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.
Language