Manage A+ content
Learn how to manage A+ content.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. Refer to Authorizing Selling Partner API applications for more information.
- The Product Listing role assigned to your developer profile.
- The Product Listing role selected in the app registration page for your application.
- One or more ASINs to which you would like to publish content.
- Content that you want to publish.
Step 1. Suspend a content document from all applied ASINs
Call the postContentDocumentSuspendSubmission
operation.
Note
When you publish a content document to an ASIN that already has content published to it, Amazon suspends the existing content from the ASIN. This suspension also occurs when you remove an ASIN from a content document. You don't need the
postContentDocumentSuspendSubmission
operation in either scenario.
Step 2. Get published content
To get content that is already published by the selling partner, call the getContentDocument
operation. Set includedDataSet
equal to METADATA
to get content metadata. Set includedDataSet
equal to CONTENTS
to get content documents.
Step 3. Update a content document
Call the updateContentDocument
operation.
Step 4. Get the ASINs that are related to a content document
Call the listContentDocumentAsinRelations
operation.
Step 5. Add or remove ASINs from a content document
Call the postContentDocumentAsinRelations
operation.
Important
The ASINs that you post replace all ASINs related to a content document, which can result in additional or removed ASINs. Removing the ASIN can suspend the content document from the ASIN. Post the entire set of ASINs related to a content document.
Updated about 13 hours ago