Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias GetMetricSourceDetailParams

    Parameters for the get metric source detail API

    type GetMetricSourceDetailParams = {
        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) 12: Pre-order Listing % 15: Days of Pre-order Listing Violation 25: Fast Handover Rate 28: On-time Pickup Failure Rate Violation Value 42: Cancellation Rate (All Channels) 43: Return-refund Rate (All Channels) 52: Severe Listing Violations 53: Other Listing Violations 85: Late Shipment Rate (NDD) 88: Non-fulfilment Rate (NDD) 91: Cancellation Rate (NDD) 92: Return-refund Rate (NDD) 97: % NDD Listings 2001: Fast Handover Rate - SLS 2002: Fast Handover Rate - FBS 2003: Fast Handover Rate - 3PF

    page_no?: number

    Specifies the page number of data to return in the current call. Starting from 1. Default is 1.

    page_size?: number

    Maximum number of entries to return in a single "page" of data. The limit is between 1 and 100. Default is 10.