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

putListingsItem

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

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 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

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

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