Amazon · JSON Structure

Advertising Report Status Structure

ReportStatus schema from Amazon Advertising API

Type: object Properties: 4
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

reportId status location fileSize

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "reportId": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "IN_PROGRESS",
        "SUCCESS",
        "FAILURE"
      ]
    },
    "location": {
      "type": "uri"
    },
    "fileSize": {
      "type": "integer"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ReportStatus",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-report-status-structure.json",
  "description": "ReportStatus schema from Amazon Advertising API"
}