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.

ListOfferMetricsRequestFilters

interface ListOfferMetricsRequestFilters {
    aggregationFrequency?: AggregationFrequency;
    asins?: Set<string>;
    marketplaceId: string;
    programTypes: Set<"SUBSCRIBE_AND_SAVE">;
    timeInterval: TimeInterval;
    timePeriodType: TimePeriodType;
}

Properties

aggregationFrequency?: AggregationFrequency

ListOfferMetricsRequestFilters

asins?: Set<string>

A list of Amazon Standard Identification Numbers (ASINs).

ListOfferMetricsRequestFilters

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.

ListOfferMetricsRequestFilters

programTypes: Set<"SUBSCRIBE_AND_SAVE">

A list of replenishment program types.

ListOfferMetricsRequestFilters

timeInterval: TimeInterval

ListOfferMetricsRequestFilters

timePeriodType: TimePeriodType

ListOfferMetricsRequestFilters