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

    Type Alias GetCourierDeliveryDetailResponseOrderList

    type GetCourierDeliveryDetailResponseOrderList = {
        arrived_transit_warehouse?: boolean;
        order_sn?: string;
        package_number?: string;
        pick_up_done?: boolean;
        sls_tracking_number?: string;
    }
    Index

    Properties

    arrived_transit_warehouse?: boolean

    Use this filed to indicate whether the order has arrived at transit warehouse.

    order_sn?: string

    Shopee's unique identifier for an order.

    package_number?: string

    Shopee's unique identifier for the package under an order.

    pick_up_done?: boolean

    Use this filed to indicate whether the order has been picked up by carrier.

    sls_tracking_number?: string

    The tracking number of SLS for orders/forders.