curl --request GET \
--url https://api.shipbob.com/2025-07/receiving/{id}/boxes \
--header 'Authorization: Bearer <token>'
[
{
"arrived_date": "2019-08-24T14:15:22Z",
"box_id": 0,
"box_items": [
{
"inventory_id": 0,
"lot_date": "2019-08-24T14:15:22Z",
"lot_number": "string",
"quantity": 0,
"received_quantity": 0,
"stowed_quantity": 0
}
],
"box_number": 0,
"box_status": "Awaiting",
"counting_started_date": "2019-08-24T14:15:22Z",
"received_date": "2019-08-24T14:15:22Z",
"tracking_number": "860C8CDC8F0B4FC7AB69AC86C20539EC"
}
]
Authentication using Personal Access Token (PAT) token
Id of the receiving order
Success
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.shipbob.com/2025-07/receiving/{id}/boxes \
--header 'Authorization: Bearer <token>'
[
{
"arrived_date": "2019-08-24T14:15:22Z",
"box_id": 0,
"box_items": [
{
"inventory_id": 0,
"lot_date": "2019-08-24T14:15:22Z",
"lot_number": "string",
"quantity": 0,
"received_quantity": 0,
"stowed_quantity": 0
}
],
"box_number": 0,
"box_status": "Awaiting",
"counting_started_date": "2019-08-24T14:15:22Z",
"received_date": "2019-08-24T14:15:22Z",
"tracking_number": "860C8CDC8F0B4FC7AB69AC86C20539EC"
}
]