putListingsItem
Creates a new or fully-updates an existing listings item for a selling partner.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 5 | 10 |
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 than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API documentation.
Path parameters
A selling partner identifier, such as a merchant account or vendor code.
A selling partner provided identifier for an Amazon listing.
Query parameters
A comma-delimited list of Amazon marketplace identifiers for the request.
A comma-delimited list of data sets to include in the response. Default: issues.
The mode of operation for the request.
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
Response
Successfully understood the request to create or fully-update a listings item. See the response to determine if the submission has been accepted.
Example response
{
"issues": [
{
"categories": [
"INVALID_ATTRIBUTE"
],
"enforcements": {
"actions": [
{
"action": "LISTING_SUPPRESSED"
}
],
"exemption": {
"expiryDate": "2023-10-28T00:36:48.914Z"
}
}
}
]
}