Amazon · JSON Structure

Selling Partner Catalog Item List Structure

CatalogItemList schema from Amazon Selling Partner API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

CatalogItemList is a JSON Structure definition published by Amazon, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

numberOfResults pagination items

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "numberOfResults": {
      "type": "integer"
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CatalogItem"
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CatalogItemList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-catalog-item-list-structure.json",
  "description": "CatalogItemList schema from Amazon Selling Partner API"
}