Offer details of a listings item for an Amazon marketplace.

Export

ItemOfferByMarketplace

interface ItemOfferByMarketplace {
    marketplaceId: string;
    offerType: ItemOfferByMarketplaceOfferTypeEnum;
    points?: Points;
    price: Money;
}

Properties

marketplaceId: string

The Amazon marketplace identifier.

Memberof

ItemOfferByMarketplace

Type of offer for the listings item.

Memberof

ItemOfferByMarketplace

points?: Points

Memberof

ItemOfferByMarketplace

price: Money

Memberof

ItemOfferByMarketplace