Amazon · Example Payload

Selling Partner Transaction List Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Top-level fields

transactionsnextToken

Example Payload

Raw ↑
{
  "transactions": [
    {
      "transactionType": "example-value",
      "transactionId": "ABC123DEF456",
      "transactionStatus": "ACTIVE",
      "postedDate": "example-value",
      "totalAmount": "example-value"
    }
  ],
  "nextToken": "example-value"
}