Amazon · JSON Structure

Selling Partner Create Report Specification Structure

CreateReportSpecification schema from Amazon Selling Partner API

Type: object Properties: 4 Required: 2
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

reportType dataStartTime dataEndTime marketplaceIds

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "reportType",
    "marketplaceIds"
  ],
  "properties": {
    "reportType": {
      "type": "string"
    },
    "dataStartTime": {
      "type": "datetime"
    },
    "dataEndTime": {
      "type": "datetime"
    },
    "marketplaceIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateReportSpecification",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-create-report-specification-structure.json",
  "description": "CreateReportSpecification schema from Amazon Selling Partner API"
}