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

    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.

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

    Properties

    aggregationFrequency?: AggregationFrequency
    asins?: Set<string>

    A list of Amazon Standard Identification Numbers (ASINs).

    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.

    programTypes: Set<"SUBSCRIBE_AND_SAVE">

    A list of replenishment program types.

    timeInterval: TimeInterval
    timePeriodType: TimePeriodType