v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
A+ Content Management v2020-11-01

searchContentPublishRecords

Searches for A+ Content publishing records, if available.

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.

get/aplus/2020-11-01/contentPublishRecords

Query parameters

marketplaceIdstring required

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

asinstring required

The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.

pageTokenstring

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

Response

Success.

nextPageTokenstring

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

Example response

{
  "publishRecordList": [
    {
      "marketplaceId": "A1PA6795UKMFR9"
    }
  ]
}