AmazonItemContent enum
Control which data is included in an Amazon API response
Signature:
export declare enum AmazonItemContent
Enumeration Members
Member | Value | Description |
---|---|---|
ImagesPrimaryLarge | 0 | |
ImagesPrimaryMedium | 1 | |
ImagesPrimarySmall | 2 | |
ImagesVariantsLarge | 3 | |
ImagesVariantsMedium | 4 | |
ImagesVariantsSmall | 5 | |
ItemInfoFeatures | 7 | |
ItemInfoTitle | 6 | |
OffersListingBuyBoxWinner | 10 | |
OffersListingMerchantInfo | 9 | |
OffersListingPrice | 8 | |
OffersSummaryHighestPrice | 12 | |
OffersSummaryLowestPrice | 11 | |
OffersSummaryOfferCount | 13 |
Updated almost 2 years ago