Amazon · Example Payload

Selling Partner Inventory Summaries Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Selling Partner Inventory Summaries Example is an example object payload from Amazon, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

paginationinventorySummaries

Example Payload

Raw ↑
{
  "pagination": "example-value",
  "inventorySummaries": [
    {
      "asin": "B01EXAMPLE0",
      "fnSku": "example-value",
      "sellerSku": "example-value",
      "condition": "example-value",
      "inventoryDetails": {
        "fulfillableQuantity": 42,
        "inboundWorkingQuantity": 42,
        "inboundShippedQuantity": 42,
        "inboundReceivingQuantity": 42,
        "reservedQuantity": {}
      }
    }
  ]
}