Amazon · Schema

ListingsItem

ListingsItem schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
sku string
summaries array
attributes object
issues array
offers array
View JSON Schema on GitHub

JSON Schema

selling-partner-listings-item-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "sku": {
      "type": "string"
    },
    "summaries": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "attributes": {
      "type": "object"
    },
    "issues": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "offers": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListingsItem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-listings-item-schema.json",
  "description": "ListingsItem schema from Amazon Selling Partner API"
}