Get Warehouse Receiving Order Boxes

View as Markdown
Returns the boxes and their contents for a specific warehouse receiving order.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

idstringRequiredformat: "int32"
Id of the receiving order

Response

Success
arrived_datedatetime or null
Date the box arrived
box_idinteger or null
box_itemslist of objects or null
Information about the items included in the box
box_numberinteger or null
The number of the box in the receiving order
box_statusenum or null
counting_started_datedatetime or null
Date counting of the box's inventory items started
received_datedatetime or null
Date the box was received
tracking_numberstring or null
Tracking number of the box shipment

Errors