AmazonItemInfo interface

Detailed product information

Signature:

export interface AmazonItemInfo 

Properties

PropertyModifiersTypeDescription
featurereadonlyAmazonMultiValuedAttributeDescription of the items key features
titlereadonlyAmazonSingleValuedAttributeThe 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.