Amazon · Example Payload

Selling Partner Catalog Item List Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Selling Partner Catalog Item List Example is an example object payload from Amazon, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

numberOfResultspaginationitems

Example Payload

Raw ↑
{
  "numberOfResults": 42,
  "pagination": "example-value",
  "items": [
    "example-value"
  ]
}