Create Warehouse Receiving Order
Creates a new warehouse receiving order with specified fulfillment center, boxes, and inventory items.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Request
The receiving order to create
box_packaging_type
boxes
Box shipments to be added to this receiving order
expected_arrival_date
Expected arrival date of all the box shipments in this receiving order. Requires a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z; a bare date such as 2026-08-05 is rejected.
fulfillment_center
Model containing information that assigns a receiving order to a fulfillment center.
If the fulfillment center provided is in a receiving hub region, then the response will be the receiving hub location.
package_type
purchase_order_number
Purchase order number for this receiving order
Response
Success
box_labels_uri
URL to the packing slip to be included in each box shipment for this receiving order
box_packaging_type
expected_arrival_date
Expected date that all packages will have arrived. Returned as a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z.
external_sync_timestamp
The timestamp in UTC when a 3rd party integrator has set in our system
fulfillment_center
Information about a fulfillment center
id
Unique id of the warehouse receiving order
insert_date
Insert date of the receiving order. Returned as a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z.
inventory_quantities
Inventory items and quantities within the WRO
last_updated_date
Last date the receiving order was updated. Returned as a full RFC 3339 date-time, for example 2026-08-05T00:00:00Z.
package_type
purchase_order_number
Purchase order number for a receiving order
status
status_history
The history of status changes for this receiving order
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

