Amazon · JSON Structure

Selling Partner Listings Item Patch Request Structure

ListingsItemPatchRequest schema from Amazon Selling Partner API

Type: object Properties: 2 Required: 2
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

ListingsItemPatchRequest is a JSON Structure definition published by Amazon, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

productType patches

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "productType",
    "patches"
  ],
  "properties": {
    "productType": {
      "type": "string"
    },
    "patches": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "op": {
            "type": "string",
            "enum": [
              "add",
              "replace",
              "delete"
            ]
          },
          "path": {
            "type": "string"
          },
          "value": {
            "type": "array",
            "items": {
              "type": "object"
            }
          }
        }
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListingsItemPatchRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-listings-item-patch-request-structure.json",
  "description": "ListingsItemPatchRequest schema from Amazon Selling Partner API"
}