Amazon · JSON Structure

Advertising Report Request Response Structure

ReportRequestResponse schema from Amazon Advertising API

Type: object Properties: 2
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

ReportRequestResponse 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

reportId status

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

JSON Structure

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