curl --request GET \
--url https://gateway-dev.shipbob.dev/2025-07/receiving/{id}/distributions \
--header 'Authorization: Bearer <token>'{
"distributions": [
{
"expected_quantity": 0,
"fulfillment_center_abbreviation": "string",
"fulfillment_center_id": 0,
"inventory_id": 0,
"lot_date": "2019-08-24T14:15:22Z",
"lot_number": "string",
"product_sku": "string",
"received_quantity": 0,
"status": "NotStarted",
"stowed_quantity": 0
}
],
"id": 0,
"status": "Awaiting"
}curl --request GET \
--url https://gateway-dev.shipbob.dev/2025-07/receiving/{id}/distributions \
--header 'Authorization: Bearer <token>'{
"distributions": [
{
"expected_quantity": 0,
"fulfillment_center_abbreviation": "string",
"fulfillment_center_id": 0,
"inventory_id": 0,
"lot_date": "2019-08-24T14:15:22Z",
"lot_number": "string",
"product_sku": "string",
"received_quantity": 0,
"status": "NotStarted",
"stowed_quantity": 0
}
],
"id": 0,
"status": "Awaiting"
}Authentication using Personal Access Token (PAT) token
Id of the receiving order
Success
List of distribution items, for a combination of InventoryId, Lot Number, Lot Date and Destination Fulfillment Center Id
Show child attributes
Id of the receiving order
Awaiting, Processing, Completed, Cancelled, Incomplete, Arrived, PartiallyArrived, PartiallyArrivedAtHub, ArrivedAtHub, ProcessingAtHub, InternalTransfer