getItemQuantities Response Updated

We've rolled out an update to getItemQuantities now allowing it to return the following quantity types:

  • Pending
  • Picked
  • Held

If you are currently using getProducts to acquire this information, it is recommended that you switch to this endpoint for this information.

FBA Quantities will remain with getProducts until further notice.

{
  "Items": [{
    "Sku": "sku-1",
    "Code": "82467391",
    "AvailableQuantity": 0,
    "TotalOnHand": 0,
    "LastModifiedDateTimeUtc": "0001-01-01T00:00:00.0000000Z",
    "PendingQuantity": 0,
    "PickedQuantity": 0,
    "HeldQuantity": 0
  }]
}

Changelog

  • improved: getItemQuantities
  • added: