An object which contains metric data for a selling partner.

GetSellingPartnerMetricsResponseMetric

interface GetSellingPartnerMetricsResponseMetric {
    activeSubscriptions?: number;
    couponsRevenuePenetration?: number;
    currencyCode?: string;
    lostRevenueDueToOOS?: number;
    nonSubscriberAverageReorders?: number;
    nonSubscriberAverageRevenue?: number;
    notDeliveredDueToOOS?: number;
    shippedSubscriptionUnits?: number;
    subscriberAverageReorders?: number;
    subscriberAverageRevenue?: number;
    timeInterval?: TimeInterval;
    totalSubscriptionsRevenue?: number;
}

Properties

activeSubscriptions?: number

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

GetSellingPartnerMetricsResponseMetric

couponsRevenuePenetration?: number

The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable only for the PERFORMANCE timePeriodType.

GetSellingPartnerMetricsResponseMetric

currencyCode?: string

The currency code in ISO 4217 format.

GetSellingPartnerMetricsResponseMetric

lostRevenueDueToOOS?: number

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

GetSellingPartnerMetricsResponseMetric

nonSubscriberAverageReorders?: number

The average reorders per non-subscriber of the program over a period of past 12 months. Applicable only for the PERFORMANCE timePeriodType.

GetSellingPartnerMetricsResponseMetric

nonSubscriberAverageRevenue?: number

The average revenue per non-subscriber of the program over a period of past 12 months for sellers and 6 months for vendors. Applicable only for the PERFORMANCE timePeriodType.

GetSellingPartnerMetricsResponseMetric

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 only for the PERFORMANCE timePeriodType.

GetSellingPartnerMetricsResponseMetric

shippedSubscriptionUnits?: number

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

GetSellingPartnerMetricsResponseMetric

subscriberAverageReorders?: number

The average reorders per subscriber of the program over a period of 12 months. Applicable only for the PERFORMANCE timePeriodType.

GetSellingPartnerMetricsResponseMetric

subscriberAverageRevenue?: number

The average revenue per subscriber of the program over a period of past 12 months for sellers and 6 months for vendors. Applicable only for the PERFORMANCE timePeriodType.

GetSellingPartnerMetricsResponseMetric

timeInterval?: TimeInterval

GetSellingPartnerMetricsResponseMetric

totalSubscriptionsRevenue?: number

The revenue generated from subscriptions over a period of time. Applicable for both the PERFORMANCE and FORECAST timePeriodType.

GetSellingPartnerMetricsResponseMetric