v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Listings Items v2020-09-01

putListingsItem

Creates a new or fully-updates an existing listings item for a selling partner.

Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
510

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

put/listings/2020-09-01/items/{sellerId}/{sku}

Path parameters

sellerIdstring required

A selling partner identifier, such as a merchant account or vendor code.

skustring required

A selling partner provided identifier for an Amazon listing.

Query parameters

marketplaceIdsstring[] required

A comma-delimited list of Amazon marketplace identifiers for the request.

issueLocalestring

A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: "en_US", "fr_CA", "fr_FR". Localized messages default to "en_US" when a localization is not available in the specified locale.

Request body

productTypestring required

The Amazon product type of the listings item.

requirements'LISTING' | 'LISTING_PRODUCT_ONLY' | 'LISTING_OFFER_ONLY'

The name of the requirements set for the provided data.

attributesobject required

A JSON object containing structured listings item attribute data keyed by attribute name.

Response

Successfully understood the request to create or fully-update a listings item. See the response to determine if the submission has been accepted.

skustring required

A selling partner provided identifier for an Amazon listing.

status'ACCEPTED' | 'INVALID' | 'VALID' required

The status of the listings item submission.

submissionIdstring required

The unique identifier of the listings item submission.

Example response

{
  "issues": [
    {
      "categories": [
        "INVALID_ATTRIBUTE"
      ],
      "enforcements": {
        "actions": [
          {
            "action": "LISTING_SUPPRESSED"
          }
        ],
        "exemption": {
          "expiryDate": "2023-10-28T00:36:48.914Z"
        }
      }
    }
  ]
}