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

    An object which contains offer metrics.

    interface ListOfferMetricsResponseOffer {
        activeSubscriptions?: number;
        asin?: string;
        couponsRevenuePenetration?: number;
        currencyCode?: string;
        lostRevenueDueToOOS?: number;
        next30DayShippedSubscriptionUnits?: number;
        next30DayTotalSubscriptionsRevenue?: number;
        next60DayShippedSubscriptionUnits?: number;
        next60DayTotalSubscriptionsRevenue?: number;
        next90DayShippedSubscriptionUnits?: number;
        next90DayTotalSubscriptionsRevenue?: number;
        notDeliveredDueToOOS?: number;
        revenuePenetration?: number;
        shareOfCouponSubscriptions?: number;
        shippedSubscriptionUnits?: number;
        timeInterval?: TimeInterval;
        totalSubscriptionsRevenue?: number;
    }
    Index

    Properties

    activeSubscriptions?: number

    The number of active subscriptions present at the end of the period. Applicable to PERFORMANCE timePeriodType.

    asin?: string

    The Amazon Standard Identification Number (ASIN).

    couponsRevenuePenetration?: number

    The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to PERFORMANCE timePeriodType.

    currencyCode?: string

    The currency code in ISO 4217 format.

    lostRevenueDueToOOS?: number

    The revenue that would have been generated had there not been out of stock. Applicable to PERFORMANCE timePeriodType.

    next30DayShippedSubscriptionUnits?: number

    The forecasted shipped subscription units for the next 30 days. Applicable to FORECAST timePeriodType.

    next30DayTotalSubscriptionsRevenue?: number

    The forecasted total subscription revenue for the next 30 days. Applicable to FORECAST timePeriodType.

    next60DayShippedSubscriptionUnits?: number

    The forecasted shipped subscription units for the next 60 days. Applicable to FORECAST timePeriodType.

    next60DayTotalSubscriptionsRevenue?: number

    The forecasted total subscription revenue for the next 60 days. Applicable to FORECAST timePeriodType.

    next90DayShippedSubscriptionUnits?: number

    The forecasted shipped subscription units for the next 90 days. Applicable to FORECAST timePeriodType.

    next90DayTotalSubscriptionsRevenue?: number

    The forecasted total subscription revenue for the next 90 days. Applicable to FORECAST timePeriodType.

    notDeliveredDueToOOS?: number

    The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to PERFORMANCE timePeriodType.

    revenuePenetration?: number

    The percentage of total program revenue out of total product revenue. Applicable to PERFORMANCE timePeriodType.

    shareOfCouponSubscriptions?: number

    The percentage of new subscriptions acquired through coupons. Applicable to PERFORMANCE timePeriodType.

    shippedSubscriptionUnits?: number

    The number of units shipped to the subscribers over a period of time. Applicable to PERFORMANCE timePeriodType.

    timeInterval?: TimeInterval
    totalSubscriptionsRevenue?: number

    The revenue generated from subscriptions over a period of time. Applicable to PERFORMANCE timePeriodType.