Get inventory summaries

Learn how to use the AWD Inventory API to return the inventory summaries.

Learn how to use the AWD Inventory API to return the inventory summaries.

Prerequisites

To complete this tutorial, you need:

Return the inventory summaries using listInventory

Call the listInventory operation to return the inventory summaries. You can:

  • Get all available inventory summaries with detail
  • Get inventory summaries for the seller specified SKUs

Error codes and resolutions

Error codeResolution guidanceResolution example
EXPECTED_NON_NULL_LABEL_OWNERAdd labelOwner as AMAZON/SELFprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "AMAZON", "labelOwner": "SELF"}
EXPECTED_NON_NULL_PREP_OWNERAdd prepOwner as AMAZON/SELFprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "AMAZON", "labelOwner": "SELF"}
EXPECTED_SAME_PREP_LABEL_OWNERSAdd prepOwner and labelOwner with the same valuesprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "AMAZON", "labelOwner": "AMAZON"}
EXPECTED_SELF_PREP_OWNERAdd prepOwner as SELFprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "SELF", "labelOwner": "AMAZON"}
EXPECTED_AMAZON_PREP_OWNERAdd prepOwner as AMAZONprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "AMAZON", "labelOwner": "SELF"}
EXPECTED_SELF_LABEL_OWNERAdd labelOwner as SELFprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "AMAZON", "labelOwner": "SELF"}
EXPECTED_AMAZON_LABEL_OWNERAdd labelOwner as AMAZONprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "SELF", "labelOwner": "AMAZON"}
EXPECTED_NULL_LABEL_OWNERExclude labelOwnerprepDetails: {"prepCategory": "PERFORATED", "prepOwner": "AMAZON"}
EXPECTED_NULL_PREP_OWNERExclude prepOwnerprepDetails: {"prepCategory": "PERFORATED", "labelOwner": "AMAZON"}