Amazon · JSON Structure

Selling Partner Report List Structure

ReportList schema from Amazon Selling Partner API

Type: object Properties: 2
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

reports nextToken

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

JSON Structure

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