post https://us2-api.bringg.com/v2/orders/fulfillments
Send the details of a new fulfillment to Delivery Hub from your Order Management System (OMS).
Log in to see full request history
Responses
Send the details of a new fulfillment to Delivery Hub from your Order Management System (OMS).
xxxxxxxxxx
14curl --request POST \
--url https://us2-api.bringg.com/v2/ordersorder_id/fulfillments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"sender_address": {
"country": "AD"
},
"recipient_address": {
"country": "AD"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: