AmazonItemInfo interface
Detailed product information
Signature:
export interface AmazonItemInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
feature | readonly | AmazonMultiValuedAttribute | Description of the items key features |
title | readonly | AmazonSingleValuedAttribute | The title of the item |
AmazonItemInfo.feature property
Description of the items key features
Signature:
readonly feature: AmazonMultiValuedAttribute;
Remarks
Only present if AmazonItemContent.ItemInfoFeatures is requested.
AmazonItemInfo.title property
The title of the item
Signature:
readonly title: AmazonSingleValuedAttribute;
Remarks
Present if no AmazonItemContent values are requested or if AmazonItemContent.ItemInfoTitle is requested.
Updated almost 2 years ago