Amazon · Schema

ReportRequestResponse

ReportRequestResponse schema from Amazon Advertising API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
reportId string
status string
View JSON Schema on GitHub

JSON Schema

advertising-report-request-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "reportId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportRequestResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/advertising-report-request-response-schema.json",
  "description": "ReportRequestResponse schema from Amazon Advertising API"
}