/getReceivesHistory

Heavy throttling.
Returns a list of purchase order receives and receipts.

Corrections field

Corrections are always returned. Even if you are specifying a warehouse, this is always returned as Corrections can not be determined on a per warehouse level. Therefore, if you are filtering on a warehouse level, these may not be 100% accurate.

📘

  • All dates are returned in UTC format. Therefore, the "ReceiptDate" parameter will almost always be a day ahead of when the actual receipt is. For example, in the above "Example Response," the Receipt Date of "2016-01-23T00:00:00.0000000Z" is actually January 22 (UTC -> EST for example).
  • The "ReceivedDate" returned in the Corrections array will not contain a time. This is because it is impossible for this to be accurate. Why? Because you may have multiple receives at different times for the same SKU on the same day.
  • The Code/PartNumber parameters are the Code/PartNumber on that PO. So, if the product is deleted/recreated, it will not contain the new information, because the old product is what is on the PO.
Body Params
WarehouseFilter
array of strings

Filter to get receives for one or a list of Warehouse Codes

WarehouseFilter
int32
Defaults to 0

Specify which page to return. Page number starts with 0.

int32
Defaults to 10000

Specify page size. Value should be between 1000 and 10000. Default is 10000. We will return the "Receives" collection first, then the "Corrections" collections last.

PoNumberFilter
array of strings

Filter to get receives for one or a list of PO's

PoNumberFilter
date

Filter for receives after this date and time.

date

Filter for receives before this date and time.

string
required
string
required
Headers
string
Defaults to application/json

application/json

string
Defaults to application/json

application/json

Response

Language
Response
Choose an example:
application/json