Amazon · Schema

OrderList

OrderList schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
payload object
View JSON Schema on GitHub

JSON Schema

selling-partner-order-list-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "payload": {
      "type": "object",
      "properties": {
        "Orders": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Order"
          }
        },
        "NextToken": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrderList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-order-list-schema.json",
  "description": "OrderList schema from Amazon Selling Partner API"
}