Amazon · Schema

ReportDocument

ReportDocument schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
reportDocumentId string
url string
View JSON Schema on GitHub

JSON Schema

selling-partner-report-document-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "reportDocumentId": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportDocument",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-report-document-schema.json",
  "description": "ReportDocument schema from Amazon Selling Partner API"
}