Amazon · JSON Structure

Advertising Profile Structure

Profile schema from Amazon Advertising API

Type: object Properties: 4
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Profile 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

profileId countryCode currencyCode accountInfo

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "profileId": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "accountInfo": {
      "type": "object",
      "properties": {
        "marketplaceStringId": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "type": {
          "type": "string",
          "enum": [
            "seller",
            "vendor"
          ]
        }
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Profile",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-profile-structure.json",
  "description": "Profile schema from Amazon Advertising API"
}