Amazon · Example Payload

Pay Address Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Top-level fields

nameaddressLine1addressLine2addressLine3citystateOrRegionpostalCodecountryCodephoneNumber

Example Payload

Raw ↑
{
  "name": "Example Product",
  "addressLine1": "example-value",
  "addressLine2": "example-value",
  "addressLine3": "example-value",
  "city": "example-value",
  "stateOrRegion": "example-value",
  "postalCode": "example-value",
  "countryCode": "example-value",
  "phoneNumber": "example-value"
}