get https://us2-api.bringg.com/v2/orders//fulfillments/source_id/
Get the details of a fulfillment using its Source ID.
Responses
Get the details of a fulfillment using its Source ID.
xxxxxxxxxx
curl --request GET \
--url https://us2-api.bringg.com/v2/orders/order_id/fulfillments/source_id/source_id \
--header 'accept: application/json'
xxxxxxxxxx
56}
{
"id": 1414,
"order_id": 1212,
"shipping_account_id": 27272,
"service": "Night Delivery",
"items_count": 22,
"total_weight": 33,
"name": "BackPack",
"status": "New",
"fulfillment_type": "delivery",
"fulfillment_method": "direct",
"recipient_id": 1515,
"recipient": {
"name": "Jack Martin",
"email": "jack.martin@bringg.com",
"phone": "+12125550197",
"id": 1515,
"allow_email": false,
"allow_sms": true
},
"sender_id": 1818,
"sender": {
"name": "John Doe",
"email": "john.doe@bringg.com",
"phone": "+12125550222",