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

listContentDocumentAsinRelations

Returns a list of ASINs that are related to the specified A+ Content document, if available. If you don't include the asinSet parameter, this operation returns all ASINs related to the content document.

Usage Plan:

Rate (requests per second)Burst
1010

The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

Path Params
string
required
length ≥ 1

The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.

Query Params
string
required
length ≥ 1

The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

includedDataSet
array of strings
length ≥ 0

The set of A+ Content data types to include in the response. If you don't include this parameter, the operation returns the related ASINs without metadata.

Show Details
METADATAThe content document's metadata.
asinSet
array of strings

The set of ASINs.

asinSet
string
length ≥ 1

A token that you use to fetch a specific page when there are multiple pages of results.

Responses

Response body
object
warnings
array of objects

A set of messages to the user, such as warnings or comments.

warnings
object
string
required
length ≥ 1

An error code that identifies the type of error that occurred.

string
required
length ≥ 1

A message that describes the error condition.

string
length ≥ 1

Additional details that can help the caller understand or fix the issue.

string
length ≥ 1

A token that you use to fetch a specific page when there are multiple pages of results.

asinMetadataSet
array of objects
required

The set of ASIN metadata.

asinMetadataSet*
object
string
required
length ≥ 10

The Amazon Standard Identification Number (ASIN).

badgeSet
array of strings

The set of ASIN badges.

Show Details
BRAND_NOT_ELIGIBLEThis ASIN is not part of the current user's brand. If the current user corrects their brand registration to include this ASIN, it loses the `BrandNotEligible` badge.
CATALOG_NOT_FOUNDThis ASIN is not found in the Amazon catalog. If any user creates or restores this ASIN, it loses the `CatalogNotFound` badge.
CONTENT_NOT_PUBLISHEDThis ASIN doesn't have the specified A+ Content published to it. If the current user publishes the specified content for this ASIN, it loses the `ContentNotPublished` badge.
CONTENT_PUBLISHEDThis ASIN has the specified A+ Content published to it. If the current user suspends the specified content for this ASIN, it loses the `ContentPublished` badge.
string
length ≥ 10

The Amazon Standard Identification Number (ASIN).

string
length ≥ 1

The title for the ASIN in the Amazon catalog.

string
length ≥ 1

The default image for the ASIN in the Amazon catalog.

contentReferenceKeySet
array of strings

A set of content reference keys.

contentReferenceKeySet
Headers
object
string

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

string

Unique request reference identifier.

Language