Amazon · JSON Structure

Selling Partner Order Item List Structure

OrderItemList schema from Amazon Selling Partner API

Type: object Properties: 1
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

payload

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "payload": {
      "type": "object",
      "properties": {
        "OrderItems": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/OrderItem"
          }
        },
        "NextToken": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "OrderItemList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-order-item-list-structure.json",
  "description": "OrderItemList schema from Amazon Selling Partner API"
}