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

    Interface SearchPackageListPackages

    SearchPackageListPackages sub-interface for SearchPackageListResponseData

    interface SearchPackageListPackages {
        is_shipment_arranged?: boolean;
        logistics_channel_id?: number;
        order_sn?: string;
        package_number?: string;
        product_location_id?: string;
        sorting_group?: string;
    }
    Index

    Properties

    is_shipment_arranged?: boolean

    Only effective when the package's logistics_status/fulfillment_status is LOGISTICS_READY. This parameter further distinguishes between two scenarios:- true: Package shipment has been arranged (Seller has processed shipment, system is generating tracking number, not yet updated to LOGISTICS_REQUEST_CREATED, no duplicate action needed)- false: Package awaiting shipment arrangement (Seller hasn't processed shipment yet, shipping arrangement required)

    logistics_channel_id?: number

    The identity of logistic channel.

    order_sn?: string

    Shopee's unique identifier for an order.

    package_number?: string

    Shopee's unique identifier for the package under an order

    product_location_id?: string

    Just use this field to pass the next step of Mass ArrangeShipment

    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.