Amazon · Schema

ListingsItemPutRequest

ListingsItemPutRequest schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
productType string
attributes object
View JSON Schema on GitHub

JSON Schema

selling-partner-listings-item-put-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "productType",
    "attributes"
  ],
  "properties": {
    "productType": {
      "type": "string"
    },
    "attributes": {
      "type": "object"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListingsItemPutRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-listings-item-put-request-schema.json",
  "description": "ListingsItemPutRequest schema from Amazon Selling Partner API"
}