v1

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

patchListingsItem

Partially update (patch) a listings item for a selling partner. Only top-level listings item attributes can be patched. Patching nested attributes is not supported.

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.

patch/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.

Response

Successfully understood the listings item patch request. See the response to determine if the submission was 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"
        }
      }
    }
  ]
}