Amazon · JSON Structure

Selling Partner Listings Item Structure

ListingsItem schema from Amazon Selling Partner API

Type: object Properties: 5
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

sku summaries attributes issues offers

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ListingsItem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-listings-item-structure.json",
  "description": "ListingsItem schema from Amazon Selling Partner API"
}