Elemento de listados de parches

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.

Usage Plan:

Rate (requests per second)Burst
55

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

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
array of strings
required
length ≤ 1

Una lista delimitada por comas de los identificadores de sitios web de Amazon para llevar a cabo la solicitud.

marketplaceIds*
array of strings
Defaults to issues

A comma-delimited list of data sets to include in the response. Default: issues.

Show Details
identifiersIdentifiers associated with the item in the Amazon catalog, such as Amazon Standard Identification Number (ASIN). Can only be requested when `mode` is `VALIDATION_PREVIEW`.
issuesThe issues associated with the listing item.
includedData
string

The mode of operation for the request.

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

El esquema del cuerpo de la solicitud para la operación patchListingsItem.

string
required

The Amazon product type of the listings item.

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. Refer to JavaScript Object Notation (JSON) Patch for more information.

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. Refer to JavaScript Object Notation (JSON) Patch for more information.

array of objects

JSON value to add, replace, or delete.

valor
Responses

Idioma
Click Try It! to start a request and see the response here! Or choose an example:
application/json