Receivings
Retrieve List of Receivings
get/v1/integrations/receivings-list
Query parameters
asnstring nullable
Return only receivings whose Advance Ship Notice (ASN) number matches this value.
warehouseIdstring
Short warehouse code (e.g., CA1, PA2) to filter receivings by. Note: this is a string code, not a numeric ID.
createdAtstring date-time
Return only receivings created at or after this ISO 8601 timestamp.
updatedAtstring date-time
Return only receivings updated at or after this ISO 8601 timestamp.
pageinteger
1-based page number to return. Defaults to 1.
pageSizeinteger
Number of results per page. Defaults to a server-configured value; check the response metadata for the effective size.
Response
Success
Changes
Changed in 2 of the 7 revisions of this API.2
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○