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

    Interface GetCourierDeliveryDetailResponseData

    GetCourierDeliveryDetailResponseData sub-interface for GetCourierDeliveryDetailResponse

    interface GetCourierDeliveryDetailResponseData {
        binding_id?: string;
        declare_date?: string;
        first_mile_tracking_number?: string;
        more?: boolean;
        next_cursor?: string;
        order_list?: GetCourierDeliveryDetailOrder[];
        status?: string;
    }
    Index

    Properties

    binding_id?: string

    Binding ID

    declare_date?: string

    The specified delivery date.

    first_mile_tracking_number?: string

    The first mile tracking number.

    more?: boolean

    This is to indicate whether the item list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of items.

    next_cursor?: string

    If more is true, you should pass the next_cursor in the next request as cursor. The value of next_cursor will be empty string when more is false.

    status?: string

    The logistics status for first-mile tracking number. Status could be:CANCELEDCANCELINGDELIVEREDNOT_AVAILABLEORDER_CREATEDORDER_RECEIVEDPICKED_UP