Amazon · Schema

ListingsItemPatchRequest

ListingsItemPatchRequest schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
productType string
patches array
View JSON Schema on GitHub

JSON Schema

selling-partner-listings-item-patch-request-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "ListingsItemPatchRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-listings-item-patch-request-schema.json",
  "description": "ListingsItemPatchRequest schema from Amazon Selling Partner API"
}