Get Warehouse Receiving Order Boxes
Returns the boxes in a specific warehouse receiving order and the line items in each box, including quantities, lot information, and inventory IDs. Use this endpoint for the per-box breakdown of a receiving order’s contents; totals per SKU are returned by the receiving order details endpoint.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
id
Id of the receiving order
Response
Success
arrived_date
Date the box arrived. May be null. When present, returned as a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z.
box_id
box_items
Information about the items included in the box
box_number
The number of the box in the receiving order
box_status
counting_started_date
Date counting of the box’s inventory items started. May be null. When present, returned as a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z.
received_date
Date the box was received. May be null. When present, returned as a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z.
tracking_number
Tracking number of the box shipment
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

