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

    Type Alias GetDetailParams

    Parameters for get_detail

    type GetDetailParams = {
        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.