Download OpenAPI specification:Download
With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.
Returns a list of all A+ Content documents assigned to a selling partner. This operation returns only the metadata of the A+ Content documents. Call the getContentDocument operation to get the actual contents of the A+ Content documents.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
pageToken | string non-empty A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations. |
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "nextPageToken": "string",
- "contentMetadataRecords": [
- {
- "contentReferenceKey": "string",
- "contentMetadata": {
- "name": "string",
- "marketplaceId": "string",
- "status": "APPROVED",
- "badgeSet": [
- "BULK"
], - "updateTime": "2019-08-24T14:15:22Z"
}
}
]
}
Creates a new A+ Content document.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
The content document request details.
required | object (ContentDocument) The A+ Content document. This is the enhanced content that is published to product detail pages. |
{- "contentDocument": {
- "name": "string",
- "contentType": "EBC",
- "contentSubType": "string",
- "locale": "string",
- "contentModuleList": [
- {
- "contentModuleType": "STANDARD_COMPANY_LOGO",
- "standardCompanyLogo": {
- "companyLogo": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}
}, - "standardComparisonTable": {
- "productColumns": [
- {
- "position": 1,
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "title": "string",
- "asin": "stringstri",
- "highlight": true,
- "metrics": [
- {
- "position": 1,
- "value": "string"
}
]
}
], - "metricRowLabels": [
- {
- "position": 1,
- "value": "string"
}
]
}, - "standardFourImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardFourImageTextQuadrant": {
- "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardHeaderImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardImageSidebar": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "imageCaptionBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}
}, - "descriptionTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "descriptionListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}, - "sidebarImageTextBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "sidebarListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}
}, - "standardImageTextOverlay": {
- "overlayColorType": "DARK",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardMultipleImageText": {
- "blocks": [
- {
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": null,
- "offset": null
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "body": {
- "textList": [
- null
]
}
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}
]
}, - "standardProductDescription": {
- "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
]
}
}, - "standardSingleImageHighlights": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "textBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "textBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "textBlock3": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "bulletedListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}
}, - "standardSingleImageSpecsDetail": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}, - "descriptionHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "descriptionBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "descriptionBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "specificationHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}, - "specificationTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardSingleSideImage": {
- "imagePositionType": "LEFT",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardTechSpecs": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationList": [
- {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}
], - "tableCount": 1
}, - "standardText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
]
}
}, - "standardThreeImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}
}
]
}
}
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "contentReferenceKey": "string"
}
Returns an A+ Content document, if available.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
contentReferenceKey required | string non-empty The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier. |
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
includedDataSet required | Array of strings non-empty unique Items Enum: "CONTENTS" "METADATA" The set of A+ Content data types to include in the response. |
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "contentRecord": {
- "contentReferenceKey": "string",
- "contentMetadata": {
- "name": "string",
- "marketplaceId": "string",
- "status": "APPROVED",
- "badgeSet": [
- "BULK"
], - "updateTime": "2019-08-24T14:15:22Z"
}, - "contentDocument": {
- "name": "string",
- "contentType": "EBC",
- "contentSubType": "string",
- "locale": "string",
- "contentModuleList": [
- {
- "contentModuleType": "STANDARD_COMPANY_LOGO",
- "standardCompanyLogo": {
- "companyLogo": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}
}, - "standardComparisonTable": {
- "productColumns": [
- {
- "position": 1,
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": null,
- "offset": null
}, - "altText": "string"
}, - "title": "string",
- "asin": "stringstri",
- "highlight": true,
- "metrics": [
- {
- "position": null,
- "value": null
}
]
}
], - "metricRowLabels": [
- {
- "position": 1,
- "value": "string"
}
]
}, - "standardFourImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}, - "standardFourImageTextQuadrant": {
- "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}, - "standardHeaderImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}, - "standardImageSidebar": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "imageCaptionBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - "descriptionTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "descriptionListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}, - "sidebarImageTextBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "sidebarListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}, - "standardImageTextOverlay": {
- "overlayColorType": "DARK",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}, - "standardMultipleImageText": {
- "blocks": [
- {
- "block": {
- "image": {
- "uploadDestinationId": null,
- "imageCropSpecification": null,
- "altText": null
}, - "headline": {
- "value": null,
- "decoratorSet": [ ]
}, - "body": {
- "textList": [ ]
}
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}, - "standardProductDescription": {
- "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "standardSingleImageHighlights": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "textBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "textBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "textBlock3": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "bulletedListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "block": {
- "textList": [
- {
- "position": null,
- "text": null
}
]
}
}
}, - "standardSingleImageSpecsDetail": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "descriptionHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "descriptionBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "descriptionBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "specificationHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "block": {
- "textList": [
- {
- "position": null,
- "text": null
}
]
}
}, - "specificationTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}, - "standardSingleSideImage": {
- "imagePositionType": "LEFT",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}, - "standardTechSpecs": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationList": [
- {
- "label": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
], - "tableCount": 1
}, - "standardText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "standardThreeImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "body": {
- "textList": [
- {
- "value": null,
- "decoratorSet": [ ]
}
]
}
}
}
}
]
}
}
}
Updates an existing A+ Content document.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
contentReferenceKey required | string non-empty The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier. |
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
The content document request details.
required | object (ContentDocument) The A+ Content document. This is the enhanced content that is published to product detail pages. |
{- "contentDocument": {
- "name": "string",
- "contentType": "EBC",
- "contentSubType": "string",
- "locale": "string",
- "contentModuleList": [
- {
- "contentModuleType": "STANDARD_COMPANY_LOGO",
- "standardCompanyLogo": {
- "companyLogo": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}
}, - "standardComparisonTable": {
- "productColumns": [
- {
- "position": 1,
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "title": "string",
- "asin": "stringstri",
- "highlight": true,
- "metrics": [
- {
- "position": 1,
- "value": "string"
}
]
}
], - "metricRowLabels": [
- {
- "position": 1,
- "value": "string"
}
]
}, - "standardFourImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardFourImageTextQuadrant": {
- "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardHeaderImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardImageSidebar": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "imageCaptionBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}
}, - "descriptionTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "descriptionListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}, - "sidebarImageTextBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "sidebarListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}
}, - "standardImageTextOverlay": {
- "overlayColorType": "DARK",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardMultipleImageText": {
- "blocks": [
- {
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": null,
- "offset": null
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "body": {
- "textList": [
- null
]
}
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}
]
}, - "standardProductDescription": {
- "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
]
}
}, - "standardSingleImageHighlights": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "textBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "textBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "textBlock3": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "bulletedListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}
}, - "standardSingleImageSpecsDetail": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}, - "descriptionHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "descriptionBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "descriptionBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "specificationHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}, - "specificationTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardSingleSideImage": {
- "imagePositionType": "LEFT",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardTechSpecs": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationList": [
- {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}
], - "tableCount": 1
}, - "standardText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
]
}
}, - "standardThreeImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}
}
]
}
}
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "contentReferenceKey": "string"
}
Returns a list of ASINs related to the specified A+ Content document, if available. If you do not include the asinSet parameter, the operation returns all ASINs related to the content document.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
contentReferenceKey required | string non-empty The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ Content identifier. |
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
includedDataSet | Array of strings >= 0 items unique Items Value: "METADATA" The set of A+ Content data types to include in the response. If you do not include this parameter, the operation returns the related ASINs without metadata. |
asinSet | Array of strings unique [ items >= 10 characters ] The set of ASINs. |
pageToken | string non-empty A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations. |
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "nextPageToken": "string",
- "asinMetadataSet": [
- {
- "asin": "stringstri",
- "badgeSet": [
- "BRAND_NOT_ELIGIBLE"
], - "parent": "stringstri",
- "title": "string",
- "imageUrl": "string",
- "contentReferenceKeySet": [
- "string"
]
}
]
}
Replaces all ASINs related to the specified A+ Content document, if available. This may add or remove ASINs, depending on the current set of related ASINs. Removing an ASIN has the side effect of suspending the content document from that ASIN.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
contentReferenceKey required | string non-empty The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier. |
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
The content document ASIN relations request details.
asinSet required | Array of strings >= 10 characters unique [ items >= 10 characters ] The set of ASINs. |
{- "asinSet": [
- "stringstri"
]
}
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Checks if the A+ Content document is valid for use on a set of ASINs.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
asinSet | Array of strings unique [ items >= 10 characters ] The set of ASINs. |
The content document request details.
required | object (ContentDocument) The A+ Content document. This is the enhanced content that is published to product detail pages. |
{- "contentDocument": {
- "name": "string",
- "contentType": "EBC",
- "contentSubType": "string",
- "locale": "string",
- "contentModuleList": [
- {
- "contentModuleType": "STANDARD_COMPANY_LOGO",
- "standardCompanyLogo": {
- "companyLogo": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}
}, - "standardComparisonTable": {
- "productColumns": [
- {
- "position": 1,
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": null,
- "height": null
}, - "offset": {
- "x": null,
- "y": null
}
}, - "altText": "string"
}, - "title": "string",
- "asin": "stringstri",
- "highlight": true,
- "metrics": [
- {
- "position": 1,
- "value": "string"
}
]
}
], - "metricRowLabels": [
- {
- "position": 1,
- "value": "string"
}
]
}, - "standardFourImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardFourImageTextQuadrant": {
- "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block4": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardHeaderImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardImageSidebar": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "imageCaptionBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}
}, - "descriptionTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "descriptionListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}, - "sidebarImageTextBlock": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "sidebarListBlock": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": "string",
- "decoratorSet": [
- null
]
}
}
]
}
}, - "standardImageTextOverlay": {
- "overlayColorType": "DARK",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardMultipleImageText": {
- "blocks": [
- {
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": null,
- "offset": null
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- null
]
}, - "body": {
- "textList": [
- null
]
}
}, - "caption": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}
]
}, - "standardProductDescription": {
- "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
]
}
}, - "standardSingleImageHighlights": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "textBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "textBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "textBlock3": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "bulletedListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}
}, - "standardSingleImageSpecsDetail": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": 0,
- "units": "string"
}, - "height": {
- "value": 0,
- "units": "string"
}
}, - "offset": {
- "x": {
- "value": 0,
- "units": "string"
}, - "y": {
- "value": 0,
- "units": "string"
}
}
}, - "altText": "string"
}, - "descriptionHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "descriptionBlock1": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "descriptionBlock2": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "specificationHeadline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationListBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block": {
- "textList": [
- {
- "position": 1,
- "text": {
- "value": null,
- "decoratorSet": [ ]
}
}
]
}
}, - "specificationTextBlock": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardSingleSideImage": {
- "imagePositionType": "LEFT",
- "block": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}, - "standardTechSpecs": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "specificationList": [
- {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}, - {
- "label": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}, - "description": {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
}
], - "tableCount": 1
}, - "standardText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- {
- "type": null,
- "offset": null,
- "length": null,
- "depth": null
}
]
}
]
}
}, - "standardThreeImageText": {
- "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "block1": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block2": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}, - "block3": {
- "image": {
- "uploadDestinationId": "string",
- "imageCropSpecification": {
- "size": {
- "width": {
- "value": null,
- "units": null
}, - "height": {
- "value": null,
- "units": null
}
}, - "offset": {
- "x": {
- "value": null,
- "units": null
}, - "y": {
- "value": null,
- "units": null
}
}
}, - "altText": "string"
}, - "headline": {
- "value": "string",
- "decoratorSet": [
- {
- "type": "LIST_ITEM",
- "offset": 10000,
- "length": 10000,
- "depth": 100
}
]
}, - "body": {
- "textList": [
- {
- "value": "string",
- "decoratorSet": [
- null
]
}
]
}
}
}
}
]
}
}
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Searches for A+ Content publishing records, if available.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
asin required | string >= 10 characters The Amazon Standard Identification Number (ASIN). |
pageToken | string non-empty A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations. |
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
], - "nextPageToken": "string",
- "publishRecordList": [
- {
- "marketplaceId": "string",
- "locale": "string",
- "asin": "stringstri",
- "contentType": "EBC",
- "contentSubType": "string",
- "contentReferenceKey": "string"
}
]
}
Submits an A+ Content document for review, approval, and publishing.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
contentReferenceKey required | string non-empty The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier. |
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Submits a request to suspend visible A+ Content. This neither deletes the content document nor the ASIN relations.
Usage Plans:
Plan type | Rate (requests per second) | Burst |
---|---|---|
Default | 10 | 10 |
Selling partner specific | Variable | Variable |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.
contentReferenceKey required | string non-empty The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier. |
marketplaceId required | string non-empty The identifier for the marketplace where the A+ Content is published. |
{- "warnings": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}