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

    Type Alias BindCourierDeliveryFirstMileTrackingNumberParams

    Parameters for bind_courier_delivery_first_mile_tracking_number

    type BindCourierDeliveryFirstMileTrackingNumberParams = {
        binding_id: string;
        order_list: BindCourierDeliveryFirstMileTrackingNumberParamsOrderList[];
        shipment_method: string;
    }
    Index

    Properties

    binding_id: string

    If using courier_delivery as the shipment method, the "binding_id" field should pass the value generated from v2.first_mile.generate_and_bind_first_mile_tracking_number.

    The list of order_sn. You can specify up to 50 order_sns in this call. One fm_tn maximum number of total bind orders is 10000.

    shipment_method: string

    The shipment method for generate and bind orders. Available value: courier_delivery.