Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetMetricSourceDetailRequest

    Request parameters for get_metric_source_detail

    Get the Affected Orders / Relevant Listings / Relevant Violations details of metrics.

    interface GetMetricSourceDetailRequest {
        metric_id: number;
        page_no?: number;
        page_size?: number;
    }
    Index

    Properties

    metric_id: number

    ID of metric. Supported values: 1: Late Shipment Rate (All Channels)3: Non-Fulfilment Rate (All Channels)4: Preparation Time12: Pre-order Listing %15: Days of Pre-order Listing Violation25: Fast Handover Rate28: On-time Pickup Failure Rate Violation Value42: Cancellation Rate (All Channels)43: Return-refund Rate (All Channels)52: Severe Listing Violations53: Other Listing Violations85: Late Shipment Rate (NDD)88: Non-fulfilment Rate (NDD91: Cancellation Rate (NDD)92: Return-refund Rate (NDD)96: % SDD Listings97: % NDD Listings2001: Fast Handover Rate - SLS2002: Fast Handover Rate - FBS2003: Fast Handover Rate - 3PF2030: % HD Listings2031: % HD Free Shipping Enabled2032: Saturday Shipment2033: Preparation Time PS2033: Preparation Time PS2036: OTDR Logistic Rate2037: OTDR DD Rate

    page_no?: number

    Specifies the page number of data to return in the current call. Starting from 1. if data is more than one page, the page_no can be some entry to start next call. Default is 1.

    page_size?: number

    Each result set is returned as a page of entries. Use the "page_size" filters to control the maximum number of entries to retrieve per page (i.e., per call), and the "page_no" to start next call. This integer value is used to specify the maximum number of entries to return in a single "page" of data. The limit of page_size if between 1 and 100. Default is 10.