curl --request GET \
--url https://gateway-dev.shipbob.dev/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"
}
]curl --request GET \
--url https://gateway-dev.shipbob.dev/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
Date the box arrived
Information about the items included in the box
Show child attributes
The number of the box in the receiving order
Awaiting, Arrived, Completed, Counting, Stowing, Cancelled, InternalTransfer Date counting of the box's inventory items started
Date the box was received
Tracking number of the box shipment
"860C8CDC8F0B4FC7AB69AC86C20539EC"