Selling Partner API SDK for JavaScript
    Preparing search index...

    Offer details of a listings item for an Amazon marketplace.

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

    Properties

    audience?: Audience
    marketplaceId: string

    The Amazon marketplace identifier.

    Type of offer for the listings item.

    points?: Points
    price: Money