Amazon · Example Payload

Selling Partner Listings Item Patch Request Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Selling Partner Listings Item Patch Request 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

productTypepatches

Example Payload

Raw ↑
{
  "productType": "example-value",
  "patches": [
    {
      "op": "add",
      "path": "example-value",
      "value": [
        {}
      ]
    }
  ]
}