HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

listOfferMetrics

Returns aggregated replenishment program metrics for a selling partner's offers.

Usage Plan:

Rate (requests per second)Burst
11

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Body Params

The request body for the listOfferMetrics operation.

pagination
object
required

Use these parameters to paginate through the response.

sort
object

Use these parameters to sort the response.

filters
object
required

Use these parameters to filter results. Any result must match all provided parameters. For any parameter that is an array, the result must match at least one element in the provided array.

Responses

Response body
object
offers
array of objects

A list of offers and associated metrics.

offers
object
string

The Amazon Standard Identification Number (ASIN).

double
0 to 100

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.

double
≥ 0

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

number
≥ 0

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

number
≥ 0

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

double
0 to 100

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

double
≥ 0

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

double
0 to 100

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

double
0 to 100

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

double
≥ 0

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

double
≥ 0

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

double
≥ 0

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

number
≥ 0

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

number
≥ 0

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

number
≥ 0

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

timeInterval
object

A date-time interval in ISO 8601 format which is used to compute metrics. Only the date is required, but you must pass the complete date and time value. For example, November 11, 2022 should be passed as "2022-11-07T00:00:00Z". Note that only data for the trailing 2 years is supported.

Note: The listOfferMetrics operation only supports a time interval which covers a single unit of the aggregation frequency. For example, for a MONTH aggregation frequency, the duration of the interval between the startDate and endDate can not be more than 1 month.

string

The currency code in ISO 4217 format.

pagination
object

Use these parameters to paginate through the response.

int64
≥ 0

Total number of results matching the given filter criteria.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language