AmazonOfferMerchantInfo interface

Details about the merchant offering this listing

Signature:

export interface AmazonOfferMerchantInfo 

Properties

PropertyModifiersTypeDescription
defaultShippingCountryreadonlystringAbbreviation of the country from which this merchant ships the item
feedbackCountreadonlynumberThe number of feedback rating left for this merchant in the past 12 months
feedbackRatingreadonlynumberThe average feedback rating for this merchant
idreadonlystringIdentifier of this merchant
namereadonlystringThe 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;