Amazon · Schema

ReportList

ReportList schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
reports array
nextToken string
View JSON Schema on GitHub

JSON Schema

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