Amazon · JSON Structure

Selling Partner Listings Item Put Request Structure

ListingsItemPutRequest schema from Amazon Selling Partner API

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

ListingsItemPutRequest 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 attributes

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

JSON Structure

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