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

    Type Alias GenerateAndBindFirstMileTrackingNumberParamsOrderList

    type GenerateAndBindFirstMileTrackingNumberParamsOrderList = {
        order_sn: string;
        package_number?: string;
    }
    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. You should fill the field with empty string when there isn't a package number.