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

    Interface BatchUpdateTpfWarehouseTrackingStatusPackage

    BatchUpdateTpfWarehouseTrackingStatusPackage sub-interface for BatchUpdateTpfWarehouseTrackingStatusRequest

    interface BatchUpdateTpfWarehouseTrackingStatusPackage {
        order_sn: string;
        package_number?: string;
        update_time: number;
    }
    Index

    Properties

    order_sn: string

    Shopee's unique identifier for an order.

    package_number?: string

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

    update_time: number

    This is to indicate timestamp of the 3PF tracking status.Timestamp should be within order create time and order pick up by 3PL time.