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

    An object which contains details about an offer.

    interface ListOffersResponseOffer {
        asin?: string;
        eligibility?: EligibilityStatus;
        marketplaceId?: string;
        offerProgramConfiguration?: OfferProgramConfiguration;
        programType?: "SUBSCRIBE_AND_SAVE";
        sku?: string;
        vendorCodes?: string[];
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN).

    eligibility?: EligibilityStatus
    marketplaceId?: string

    The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE and JP. The supported marketplaces for vendors only are BR, AU, MX, AE and NL. Refer to Marketplace IDs to find the identifier for the marketplace.

    offerProgramConfiguration?: OfferProgramConfiguration
    programType?: "SUBSCRIBE_AND_SAVE"
    sku?: string

    The SKU. This property is only supported for sellers and not for vendors.

    vendorCodes?: string[]

    A list of vendor codes associated with the offer.