Get Multiple Warehouse Receiving Orders

View as Markdown
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

PagestringOptionalformat: "int32"
Page of WROs to get
LimitstringOptionalformat: "int32"
Number of WROs per page to request
IDsstringOptional
Comma separated list of WRO IDs to filter by
StatusesstringOptional
Comma separated list of WRO statuses to filter by
InsertStartDatedatetimeOptional
Earliest date that a WRO was created
InsertEndDatedatetimeOptional
Latest date that a WRO was created
FulfillmentCenterIdsstringOptional
Comma separated list of WRO fulfillment center IDs to filter by
PurchaseOrderNumbersstringOptional
Comma separated list of WRO PO numbers to filter by
ExternalSyncbooleanOptional

Flag to return external_sync_timestamp WROs

CompletedStartDatedatetimeOptional
Earliest date that a WRO was completed
CompletedEndDatedatetimeOptional
Latest date that a WRO was completed

Response headers

Page-Numberstring
Number of the current page
Total-Pagesstring
Total number of pages of results
Total-Countstring
Total number of results
Page-Sizestring
Number of results per page
Next-Pagestring
The href of the next page of results, if there is a next page

Response

Success

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error