Amazon · Schema

Profile

Profile schema from Amazon Advertising API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
profileId string
countryCode string
currencyCode string
accountInfo object
View JSON Schema on GitHub

JSON Schema

advertising-profile-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "Profile",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/advertising-profile-schema.json",
  "description": "Profile schema from Amazon Advertising API"
}