Get Multiple Warehouse Receiving Orders
Returns a list of warehouse receiving orders with optional filtering by status, fulfillment center, purchase order number, and date range.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
Page
Page of WROs to get
Limit
Number of WROs per page to request
IDs
Comma separated list of WRO IDs to filter by
Statuses
Comma separated list of WRO statuses to filter by
InsertStartDate
Earliest date that a WRO was created
InsertEndDate
Latest date that a WRO was created
FulfillmentCenterIds
Comma separated list of WRO fulfillment center IDs to filter by
PurchaseOrderNumbers
Comma separated list of WRO PO numbers to filter by
ExternalSync
Flag to return external_sync_timestamp WROs
CompletedStartDate
Earliest date that a WRO was completed
CompletedEndDate
Latest date that a WRO was completed
Response headers
Page-Number
Number of the current page
Total-Pages
Total number of pages of results
Total-Count
Total number of results
Page-Size
Number of results per page
Next-Page
The href of the next page of results, if there is a next page
Response
Success
box_labels_uri
URL to the packing slip to be included in each box shipment for this receiving order
box_packaging_type
Allowed values:
expected_arrival_date
Expected date that all packages will have arrived
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
inventory_quantities
Inventory items and quantities within the WRO
last_updated_date
Last date the receiving order was updated
package_type
Allowed values:
purchase_order_number
Purchase order number for a receiving order
status
status_history
The history of status changes for this receiving order

