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

    Interface GetOrderDetailPackage

    GetOrderDetailPackage sub-interface for GetOrderDetailOrder

    interface GetOrderDetailPackage {
        allow_self_design_awb?: boolean;
        group_shipment_id?: number;
        item_list?: GetOrderDetail_GetOrderDetailItem[];
        logistics_channel_id?: number;
        logistics_status?: string;
        package_number?: string;
        package_query_number?: string;
        parcel_chargeable_weight?: number;
        shipping_carrier?: string;
        sorting_group?: string;
        virtual_contact_number?: string;
    }
    Index

    Properties

    allow_self_design_awb?: boolean

    To indicate whether the package allows for self-designed AWB, if allow_self_design_awb returns false, it means that the package does not allow for self-designed AWB and only the system-AWB can be used.

    group_shipment_id?: number

    The common identifier for multiple orders combined in the same parcel.

    The lis of items.

    logistics_channel_id?: number

    The identity of logistic channel.

    logistics_status?: string

    The Shopee logistics status for the order. Applicable values: See Data Definition-LogisticsStatus.

    package_number?: string

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

    package_query_number?: string

    [Only for TW non-integrated channel] The query number used in virtual phone number calls to contact the recipient of this package.

    parcel_chargeable_weight?: number

    display weight used to calculate ASF for this parcel

    shipping_carrier?: string

    The logistics service provider that the buyer selected for the order to deliver items. Note: If logistics_channel_id is 90021, 90025 or 90026, service_code will be appended, e.g., Entrega Turbo - M1020.

    sorting_group?: string

    [Only for TW 30029 channel] This field indicate the sorting group value of the package. This field is only available for logistics_channel_id = 30029 and after the package has been arranged for shipment.

    virtual_contact_number?: string

    [Only for TW non-integrated channel] The virtual phone number to contact the recipient.