HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

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.

Path Params
string
required

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

string
required

A selling partner provided identifier for an Amazon listing.

Query Params
marketplaceIds
array of strings
required

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

marketplaceIds*
string

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.

Body Params

The request body schema for the patchListingsItem operation.

string
required

The Amazon product type of the listings item.

patches
array of objects
required
length ≥ 1

One or more JSON Patch operations to perform on the listings item.

patches*
string
required

Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. See https://tools.ietf.org/html/rfc6902.

Show Details
addThe "add" operation adds or replaces the target property.
replaceThe "replace" operation adds or replaces the target property.
deleteThe "delete" operation removes the target property. Not supported for vendors (vendors will receive an HTTP status code 400 response).
string
required

JSON Pointer path of the element to patch. See https://tools.ietf.org/html/rfc6902.

value
array of objects

JSON value to add, replace, or delete.

value
Responses

Response body
object
string
required

A selling partner provided identifier for an Amazon listing.

string
required

The status of the listings item submission.

ACCEPTED INVALID

Show Details
ACCEPTEDThe listings submission was accepted for processing.
INVALIDThe listings submission was not valid and was not accepted for processing.
string
required

The unique identifier of the listings item submission.

issues
array of objects

Listings item issues related to the listings item submission.

issues
object
string
required

An issue code that identifies the type of issue.

string
required

A message that describes the issue.

string
required

The severity of the issue.

ERROR WARNING INFO

Show Details
ERRORIndicates an issue has occurred preventing the submission from processing, such as a validation error.
WARNINGIndicates an issue has occurred that should be reviewed, but has not prevented the submission from processing.
INFOIndicates additional information has been provided that should be reviewed.
string

Name of the attribute associated with the issue, if applicable.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language