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

    Interface GetDetailRequest

    Request parameters for get_detail

    Use this api to get first mile detail.

    interface GetDetailRequest {
        cursor?: string;
        first_mile_tracking_number: 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.

    first_mile_tracking_number: string

    The first mile tracking number.