AmazonOfferMerchantInfo interface
Details about the merchant offering this listing
Signature:
export interface AmazonOfferMerchantInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultShippingCountry | readonly | string | Abbreviation of the country from which this merchant ships the item |
feedbackCount | readonly | number | The number of feedback rating left for this merchant in the past 12 months |
feedbackRating | readonly | number | The average feedback rating for this merchant |
id | readonly | string | Identifier of this merchant |
name | readonly | string | The name of the merchant |
AmazonOfferMerchantInfo.defaultShippingCountry property
Abbreviation of the country from which this merchant ships the item
Signature:
readonly defaultShippingCountry: string;
AmazonOfferMerchantInfo.feedbackRating property
The average feedback rating for this merchant
Signature:
readonly feedbackRating: number;
AmazonOfferMerchantInfo.feedbackCount property
The number of feedback rating left for this merchant in the past 12 months
Signature:
readonly feedbackCount: number;
AmazonOfferMerchantInfo.id property
Identifier of this merchant
Signature:
readonly id: string;
AmazonOfferMerchantInfo.name property
The name of the merchant
Signature:
readonly name: string;
Updated 7 months ago