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

    Interface GetCourierDeliveryTrackingNumberListRequest

    Request parameters for get_courier_delivery_tracking_number_list

    Use this api to get tracking number for courier delivery method.

    interface GetCourierDeliveryTrackingNumberListRequest {
        cursor?: string;
        from_date: string;
        page_size?: number;
        to_date: string;
    }
    Index

    Properties

    cursor?: string

    Specifies the starting entry of data to return in the current call. Default is "". If data is more than one page, the offset can be some entry to start next call.

    from_date: string

    The start time of creation time

    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). This integer value is used to specify the maximum number of entries to return in a single "page" of data. limit [1, 50]

    to_date: string

    The end time of creation time