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

getListingsItem

Returns details about a 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
length ≤ 1

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.

includedData
array of strings
Defaults to summaries

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

Show Details
summariesSummary details of the listing item.
attributesA JSON object containing structured listing item attribute data keyed by attribute name.
issuesThe issues associated with the listing item.
offersThe current offers for the listing item.
fulfillmentAvailabilityThe fulfillment availability details for the listing item.
procurementVendor procurement details for the listing item.
relationshipsRelationship details for a listing item (for example, variations).
productTypesProduct types that are associated with a listing item.
includedData
Responses

Response body
object
string
required

A selling partner provided identifier for an Amazon listing.

summaries
array of objects

Summary details of a listings item.

summaries
object
string
required

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

string

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

string
required

The Amazon product type of the listings item.

string

Identifies the condition of the listings item.

new_new new_open_box new_oem refurbished_refurbished used_like_new used_very_good used_good used_acceptable collectible_like_new collectible_very_good collectible_good collectible_acceptable club_club

Show Details
new_newNew.
new_open_boxNew - Open Box.
new_oemNew - OEM.
refurbished_refurbishedRefurbished.
used_like_newUsed - Like New.
used_very_goodUsed - Very Good.
used_goodUsed - Good.
used_acceptableUsed - Acceptable.
collectible_like_newCollectible - Like New.
collectible_very_goodCollectible - Very Good.
collectible_goodCollectible - Good.
collectible_acceptableCollectible - Acceptable.
club_clubClub.
status
array of strings
required

Statuses that apply to the listings item.

Show Details
BUYABLEThe listings item can be purchased by shoppers. This status does not apply to vendor listings.
DISCOVERABLEThe listings item is visible to shoppers.
status*
string

The fulfillment network stock keeping unit is an identifier used by Amazon fulfillment centers to identify each unique item.

string

The name or title associated with an Amazon catalog item.

date-time
required

The date the listings item was created in ISO 8601 format.

date-time
required

The date the listings item was last updated in ISO 8601 format.

mainImage
object

The image for the listings item.

attributes
object

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

Has additional fields
issues
array of objects

The issues associated with the listings item.

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.

offers
array of objects

Offer details for the listings item.

offers
object
string
required

The Amazon marketplace identifier.

string
required

Type of offer for the listings item.

B2C B2B

Show Details
B2CThe offer on this listings item is available for Business to Consumer purchase, meaning that it is available to shoppers on Amazon retail sites.
B2BThe offer on this listings item is available for Business to Business purchase.
price
object
required

The currency type and amount.

points
object

The number of Amazon Points offered with the purchase of an item, and their monetary value. Note that the Points element is only returned in Japan (JP).

audience
object

Buyer segment or program this offer is applicable to.

fulfillmentAvailability
array of objects

The fulfillment availability for the listings item.

fulfillmentAvailability
object
string
required

The code of the fulfillment network that will be used.

integer
≥ 0

The quantity of the item you are making available for sale.

procurement
array of objects

The vendor procurement information for the listings item.

procurement
object
costPrice
object
required

The currency type and amount.

relationships
array of objects

Relationships for a listing item, by marketplace (for example, variations).

relationships
object
string
required

Amazon marketplace identifier.

relationships
array of objects
required

Relationships for the listing item.

relationships*
object
childSkus
array of strings

Identifiers (SKUs) of the related items that are children of this listing item.

childSkus
parentSkus
array of strings

Identifiers (SKUs) of the related items that are parents of this listing item.

parentSkus
variationTheme
object

A variation theme that indicates the combination of listing item attributes that define the variation family.

string
required

The type of relationship.

VARIATION PACKAGE_HIERARCHY

Show Details
VARIATIONThe listing item in the request is a variation parent or variation child of the related listing items, indicated by SKU.
PACKAGE_HIERARCHYThe listing item in the request is a package container or is contained by the related listing items, indicated by SKU.
productTypes
array of objects

Product types for a listing item, by marketplace.

productTypes
object
string
required

Amazon marketplace identifier.

string
required

The name of the product type that is submitted by the Selling Partner.

Headers
object
string

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

string

Unique request reference identifier.

Language