An object which contains details about an offer.

ListOffersResponseOffer

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

Properties

asin?: string

The Amazon Standard Identification Number (ASIN).

ListOffersResponseOffer

eligibility?: EligibilityStatus

ListOffersResponseOffer

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.

ListOffersResponseOffer

offerProgramConfiguration?: OfferProgramConfiguration

ListOffersResponseOffer

programType?: "SUBSCRIBE_AND_SAVE"

ListOffersResponseOffer

sku?: string

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

ListOffersResponseOffer

vendorCodes?: string[]

A list of vendor codes associated with the offer.

ListOffersResponseOffer