Amazon · Schema

CatalogItem

CatalogItem schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
asin string
attributes object
images array
salesRanks array
View JSON Schema on GitHub

JSON Schema

selling-partner-catalog-item-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "CatalogItem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-catalog-item-schema.json",
  "description": "CatalogItem schema from Amazon Selling Partner API"
}