Amazon · Example Payload

Advertising Profile Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Advertising Profile Example is an example object payload from Amazon, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

profileIdcountryCodecurrencyCodeaccountInfo

Example Payload

Raw ↑
{
  "profileId": "ABC123DEF456",
  "countryCode": "example-value",
  "currencyCode": "example-value",
  "accountInfo": {
    "marketplaceStringId": "ABC123DEF456",
    "id": "ABC123DEF456",
    "type": "seller"
  }
}