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

    An object which contains details about an offer.

    interface ListOffersResponseOffer {
        asin?: string;
        deliveriesConditions?: DeliveriesCondition[];
        eligibility?: EligibilityStatus;
        forecastDeliveries?: ForecastDeliveries;
        fulfillmentNetworkIDType?: string;
        inventory?: number;
        marketplaceId?: string;
        offerProgramConfiguration?: OfferProgramConfiguration;
        price?: number;
        priceCurrencyCode?: string;
        programType?: "SUBSCRIBE_AND_SAVE";
        sku?: string;
        stockRisk?: string;
        subscriptions?: number;
        vendorCodes?: string[];
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN).

    deliveriesConditions?: DeliveriesCondition[]

    A list of delivery conditions for the offer, indicating the health of upcoming deliveries. Each condition describes the quantity of upcoming deliveries associated with a particular delivery condition type.

    eligibility?: EligibilityStatus
    forecastDeliveries?: ForecastDeliveries
    fulfillmentNetworkIDType?: string

    The fulfillment network identifier type for the offer, indicating how the offer is fulfilled.

    inventory?: number

    The available inventory count for the offer.

    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
    price?: number

    The current price of the offer. This is the listed price amount for the item.

    priceCurrencyCode?: string

    The currency code in ISO 4217 format for the price. For example, USD for US dollars.

    programType?: "SUBSCRIBE_AND_SAVE"
    sku?: string

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

    stockRisk?: string

    The stock risk level of the offer, indicating the risk of the offer going out of stock.

    subscriptions?: number

    The number of active subscriptions for the offer.

    vendorCodes?: string[]

    A list of vendor codes associated with the offer.