Get Warehouse Receiving Order Boxes

View as Markdown

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

idintegerRequired
Id of the receiving order

Response

Success
arrived_datedatetime or nullOptional

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_idintegerOptional
box_itemslist of objects or nullOptional
Information about the items included in the box
box_numberintegerOptional
The number of the box in the receiving order
box_statusenumOptional
counting_started_datedatetime or nullOptional

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_datedatetime or nullOptional

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_numberstring or nullOptional
Tracking number of the box shipment

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error