Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Offer details for a listings item for the specified Amazon store.

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

    Amazon store identifier.

    The listings item's offer type.

    points?: Points
    price: Money