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

    Type Alias GenerateAndBindFirstMileTrackingNumberParamsCourierDeliveryInfo

    type GenerateAndBindFirstMileTrackingNumberParamsCourierDeliveryInfo = {
        address_id: number;
        courier_service_id: string;
        logistics_product_id: number;
        prepaid_account_id?: number;
        warehouse_id: string;
    }
    Index

    Properties

    address_id: number

    The identity of address. Retrieved from v2.logistics.get_address_list, address_type need to be FIRST_MILE_PICKUP_ADDRESS.

    courier_service_id: string

    The identity of courier service. Retrieved from v2.first_mile.get_courier_delivery_channel_list.

    logistics_product_id: number

    The definition of logistics product ID: 1010003 (kuaidi100 to C) - seller book courier pickup and pay offline1010004 (kuaidi100 prepaid(MP)) - seller can use prepaid account to place courier order, so prepaid_account_id is required

    prepaid_account_id?: number

    ID of prepaid account. Retrieved from v2.merchant.get_merchant_prepaid_account_list.

    warehouse_id: string

    The identity of transit warehouse address. Retrieved from v2.first_mile.get_transit_warehouse_list.