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

putListingsItem

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

Note: This operation has a throttling rate of one request per second when mode is VALIDATION_PREVIEW.

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
length ≤ 1

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

marketplaceIds*
includedData
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

The request body schema for the putListingsItem operation.

string
required

The Amazon product type of the listings item.

string

The name of the requirements set for the provided data.

Show Details
LISTINGIndicates the submitted data contains product facts and sales terms.
LISTING_PRODUCT_ONLYIndicates the submitted data contains product facts only.
LISTING_OFFER_ONLYIndicates the submitted data contains sales terms only. Not supported for vendors (vendors will receive an HTTP status code 400 response).
attributes
object
required

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

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 VALID

Show Details
ACCEPTEDThe listings submission was accepted for processing.
INVALIDThe listings submission was not valid and was not accepted for processing.
VALIDThe listings submission was valid. Only returned when the `mode` is `VALIDATION_PREVIEW`.
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.
attributeNames
array of strings

The names of the attributes associated with the issue, if applicable.

attributeNames
categories
array of strings
required

List of issue categories.

Possible vales:

  • INVALID_ATTRIBUTE - Indicating an invalid attribute in the listing.

  • MISSING_ATTRIBUTE - Highlighting a missing attribute in the listing.

  • INVALID_IMAGE - Signifying an invalid image in the listing.

  • MISSING_IMAGE - Noting the absence of an image in the listing.

  • INVALID_PRICE - Pertaining to issues with the listing's price-related attributes.

  • MISSING_PRICE - Pointing out the absence of a price attribute in the listing.

  • DUPLICATE - Identifying listings with potential duplicate problems, such as this ASIN potentially being a duplicate of another ASIN.

  • QUALIFICATION_REQUIRED - Indicating that the listing requires qualification-related approval.

categories*
enforcements
object

This field provides information about the enforcement actions taken by Amazon that affect the publishing or status of a listing. It also includes details about any associated exemptions.

identifiers
array of objects

Identity attributes associated with the item in the Amazon catalog, such as the ASIN.

identifiers
object
string

A marketplace identifier. Identifies the Amazon marketplace for the listings item.

string

Amazon Standard Identification Number (ASIN) of the listings item.

Headers
object
string

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

string

Unique request reference identifier.

Language