Amazon · JSON Structure

Selling Partner Catalog Item Structure

CatalogItem schema from Amazon Selling Partner API

Type: object Properties: 4
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

asin attributes images salesRanks

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "asin": {
      "type": "string"
    },
    "attributes": {
      "type": "object"
    },
    "images": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "salesRanks": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CatalogItem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-catalog-item-structure.json",
  "description": "CatalogItem schema from Amazon Selling Partner API"
}