快工助手跨境电商知识与商机助手

v2.first_mile.bind_first_mile_tracking_number

Shopee 官方资料 · Shopee Open Platform 接口参考 · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.api_reference
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/developer

资料正文

§1 v2.first_mile.bind_first_mile_tracking_number

Use this api to bind first mile tracking number.

#

§2 Overview

Overview

FieldValue
ModuleFirstMile
API typeShop
HTTP methodPOST
Path/api/v2/first_mile/bind_first_mile_tracking_number
Production URLhttps://partner.shopeemobile.com/api/v2/first_mile/bind_first_mile_tracking_number
Sandbox URLhttps://partner.test-stable.shopeemobile.com/api/v2/first_mile/bind_first_mile_tracking_number
Rate limit[0, 0, 0]
PermissionERP System; Seller In House System; Order Management; Swam ERP
#

§3 Request parameters

Request parameters

NameTypeRequiredSampleDescription
first_mile_tracking_numberstringYesCNF731738838434210105If using "pickup" or "self_deliver" as the shipment method the "first_mile_tracking_number" field should pass the value generated from v2.first_mile.generate_first_mile_tracking_number.; If using "dropoff" as the shipment method the "first_mile_tracking_number" field should pass the tracking number provide by the supplier.
shipment_methodstringYespickupThe shipment method for bound orders, should be pickup, dropoff or self_deliver.
regionstringYescnUse this field to specify the region you want to ship parcel.; Available value: cn,kr.; Please fill in the field according to the region of the Merchant to which the shop belongs.
logistics_channel_idint32Yes813The identity of first-mile logistic channel.; If you using "dropoff" or "pickup" as shipment method, please call v2.first_mile.get_channel_list to get the logsitc_channel_id then fill it.; If you using "self_deliver"as shipment method then the logistics_channel_id should be "null".
volumefloatNo1.0The volume of the parcel.
weightfloatNo2.0The weight of the parcel.
widthfloatNo3.0The width of the parcel.
lengthfloatNo4.0The length of the parcel.
heightfloatNo5.0The height of the parcel.
order_listobject[]YesThe set of ordersn. You can specify up to 50 ordersns in this call.one fm_tn maximum number of total bind orders is 10000.
order_list.order_snstringYes201229TVRKVB8WShopee's unique identifier for an order.
order_list.package_numberstringNoShopee's unique identifier for the package under an order. You should't fill the field with empty string when there is't a package number.
warehouse_idstringNoECP03The identity of transit warehouse address. Retrieved from v2.first_mile.get_transit_warehouse_list.; Note: When the first-mile delivery mode is "Drop Off", this field is expected to be a required field. However, to avoid affecting your existing services, this field will be temporarily optional until April 30, 2026. Please complete the integration before then to avoid any impact on your services if it is changed to a required field later.
warehouse_typeint32No0Warehouse type. Retrieved from v2.first_mile.get_transit_warehouse_list. 0 = normal warehouse 1 = vendor warehouse; Note: When the first-mile delivery mode is "Drop Off", this field is expected to be a required field. However, to avoid affecting your existing services, this field will be temporarily optional until April 30, 2026. Please complete the integration before then to avoid any impact on your services if it is changed to a required field later.
#

§4 Response parameters

Response parameters

NameTypeRequiredSampleDescription
request_idstringuyavvIOqyJUSgWCNaXkCSHigqrFgHpuJThe identifier for an API request for error tracking.
errorstringfirstmile.batch_api_all_failedIndicate error type if hit error. Empty if no error happened.
messagestringAll failed, please check result_list for detailIndicate error details if hit error. Empty if no error happened.
warningobject[]Indicate warning message you should take care.
warning.order_snstring201229TVRKVB8WShopee's unique identifier for an order.
responseobjectDetail informations you are querying.
response.first_mile_tracking_numberstringCNF731738838434210105The first mile tracking number
response.order_listobject[]The list of orders.
response.order_list.order_snstring201229TVRKVB80Shopee's unique identifier for an order.
response.order_list.package_numberstringShopee's unique identifier for the package under an order.
response.order_list.fail_errorstringfirstmile.order_not_existIndicate error type if one element hit error.
response.order_list.fail_messagestringOrder is not exist.Indicate error details if one element hit error.
#

§5 Common parameters

Common parameters

NameTypeRequiredSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2
#

§6 Request samples

Request samples

#

§7 Payload

Payload

{
    "first_mile_tracking_number":"CNF081531393648221122",
    "order_list":[
        {
            "order_sn":"221119GAB7FW8H",
            "package_number":""
        },
        {
            "order_sn":"221119GF37711Y",
            "package_number":""
        },
        {
            "order_sn":"221120GWUAE4GF",
            "package_number":""
        },
        {
            "order_sn":"221120H7XD3PMA",
            "package_number":""
        },
        {
            "order_sn":"221120HRKXVTEB",
            "package_number":""
        },
        {
            "order_sn":"221120J5UN7JMX",
            "package_number":""
        },
        {
            "order_sn":"221120J9QAVWFH",
            "package_number":""
        },
        {
            "order_sn":"221120JHJ7WC58",
            "package_number":""
        },
        {
            "order_sn":"221120JG2K19J2",
            "package_number":""
        },
        {
            "order_sn":"221120JPUNFCXP",
            "package_number":""
        },
        {
            "order_sn":"221120JT3XGS1J",
            "package_number":""
        },
        {
            "order_sn":"221120K01C37DU",
            "package_number":""
        },
        {
            "order_sn":"221120JXSE2F4X",
            "package_number":""
        },
        {
            "order_sn":"221121K68M6GV2",
            "package_number":""
        }
    ],
    "shipment_method":"pickup",
    "logistics_channel_id":813,
    "region":"CN",
    "weight":0,
    "volume":0,
    "length":0,
    "width":0,
    "height":0
}
#

§8 Response sample

Response sample

#

§9 JSON

JSON

{
    "error":"",
    "message":"",
    "response":{
        "first_mile_tracking_number":"CNF081531393648221122",
        "order_list":[
            {
                "order_sn":"221120K01C37DU"
            },
            {
                "order_sn":"221120H7XD3PMA"
            },
            {
                "order_sn":"221120J5UN7JMX"
            },
            {
                "order_sn":"221120JG2K19J2"
            },
            {
                "order_sn":"221120JT3XGS1J"
            },
            {
                "order_sn":"221119GAB7FW8H"
            },
            {
                "order_sn":"221120HRKXVTEB"
            },
            {
                "order_sn":"221121K68M6GV2"
            },
            {
                "order_sn":"221119GF37711Y"
            },
            {
                "order_sn":"221120J9QAVWFH"
            },
            {
                "order_sn":"221120JPUNFCXP"
            },
            {
                "order_sn":"221120JXSE2F4X"
            },
            {
                "order_sn":"221120GWUAE4GF"
            },
            {
                "order_sn":"221120JHJ7WC58"
            }
        ]
    },
    "request_id":"1267bbc898d7703d143a065472245920"
}
#

§10 Error example

Error example

#

§11 JSON

JSON

{
    "error":"firstmile.batch_api_all_failed",
    "message":"Failed, please check result_list for more details.",
    "response":{
        "first_mile_tracking_number":"CNF848103230971221106",
        "order_list":[
            {
                "order_sn":"221031S8JHUTSD",
                "fail_message":"the logistic status is not supported",
                "fail_error":"firstmile.business_error"
            },
            {
                "order_sn":"2211047CG145H7",
                "fail_message":"the logistic status is not supported",
                "fail_error":"firstmile.business_error"
            },
            {
                "order_sn":"2211022WSUYMDQ",
                "fail_message":"the logistic status is not supported",
                "fail_error":"firstmile.business_error"
            }
        ]
    },
    "request_id":"b0399ebf4c5f00827d372ad3f7388320"
}
#

§12 Errors

Errors

ErrorDescriptionSolution
error_paramDropoff FM tracking code must be between 6 to 40 characters
error_paramFM code cannot be empty.
error_paramFormat wrong. FM tracking number only contains character and number.
error_paramPickup FM tracking code must start with "CNF" or "KRF" + 18 numbers
error_paramSelf Deliver FM tracking code must start with "CNF" or "KRF" + 18 numbers
firstmile.business_errorThere is common business error
firstmile.errorOne FM code cannot be predeclared with different shipping methods
firstmile.errorThe SLS TN does not belong to FM enabled TWS.
firstmile.errorThe SLS TN is tied to another FM code
firstmile.errorThe FM code does not exist
firstmile.errorSystem error (TWS fail), please contact Shopee
firstmile.errorThe logistics status is not supported for binding
firstmile.errorThe SLS TN does not exist
firstmile.errorThe SLS TN is not a CB TN
firstmile.errorThe FM status is incorrect.
firstmile.errorSystem error, please try again later/ contact Shopee
firstmile.errorYou used a Delivered FM code, please use a new FM code.
firstmile.errorYour predeclared order creation time is later than pick up time, please use a new FM code.
firstmile.errorThe shipping method and logistics id are not matched
firstmile.errorSystem error, please contact Shopee
firstmile.errorFM Code WHSID can only bind SLS TN with the same WHSID
error_not_foundWrong parameters, detail: {msg}.
error_permissionSorry you don't have the permission, detail: {msg}.
firstmile.area_not_supportArea is invalid.Now we only support area in {area}.
firstmile.batch_api_all_failedFailed, please check result_list for more details.
firstmile.system_errorSystem error. Please try again later.
firstmile.param_duplicationDuplicate order_sn {order_sn} or package_number: {package_number}.
firstmile.invalid_order_statusThe status of order(order_sn: {order_sn}) is invalid. Please check the order status.
firstmile.invalid_packagePackage is not exist.
firstmile.order_has_been_splitThe order(order_sn: {order_sn}) has been split
firstmile.order_not_existOrder is not exist.
firstmile.package_has_bindPackage (order_sn: {order_sn}, package_number: {package_number}) has been bind to first mile code.
firstmile.shipment_authThe shop has no permission for the first mile shipment method: {method}.
firstmile.shipment_pre_declare_permissionThe shop has no permission for first mile pre declare.
firstmile.wrong_shipment_methodShipment method is invalid. Please check the shipment method.
error_networkInner http call failed
error_dataparse data failed
error_datadata not exist
error_paramparameter invalid
error_paramThe information you queried is not found.
error_paramWrong parameters, detail: {msg}.
error_serverSomething wrong. Please try later.
error_shopshopid is invalid
error_paramrequest not from gateway
#

§13 Common errors

Common errors

ErrorDescriptionSolution
error_authpartner_id is invalid
error_authThe App is deleted, and you'll be unable to make any API call.
error_authApp developer’s permissions for authorizations have been restricted. If you’re a seller, contact the developer for more information. If you’re the developer, refer to the Open Platform Console for details.
error_paramThere is no partner_id in query.
error_paramInvalid partner_id.
error_paramno timestamp
error_paramInvalid timestamp
error_paramThere is no sign in query.
error_signWrong sign.
invalid_partner_idInvalid partner_id, please have a check.
error_authNo permission to current api.
error_api_call_restrictedThe App permission for api call have been restricted. If you’re a seller, contact the developer for more information. If you’re the developer, refer to the Open Platform Console for details.
api_suspendedThe API is offline. Please call v2 API instead.
error_limitThe total API call number made by your APP has reached the daily API call limit, please try again after 00: 00 (UTC+08:00)
error_rate_limitToo many requests. You have reached the rate limit. Please try again later.
source_ip_undeclaredRequest Source IP ({ip}) is undeclared. Please declare all your IP addresses in the Shopee Open Platform Console > App list > IP Address Whitelist
error_paramPermission denied. This API is currently offline or the request path is incorrect.
error_paramPartner_id is invalid, should be an integer between 0 and 4294967295.
error_paramno timestamp.
error_paramTimestamp is invalid, should be an integer between 0 and 4294967295.
error_paramTimestamp is expired.
error_partner_key_expiredYour API partner key has expired, please reset the Live API Partner Key in Console to get a new valid partner key to call open api.
error_api_permissionThis app type has no permission to this API.
error_paramThere is no access_token in query.
error_authInvalid access_token.
error_authInvalid partner_id or shopid.
shop_no_linkedPartner and shop has no linked.
shop_bannedThe shop account has been banned. Permissions for shop authorization and API calls have been suspended until the shop account is restored.
invalid_acceess_tokenInvalid access_token, please have a check.
partner_shop_no_linkInvalid partner_id or shop_id, please have a check.
error_ashop_api_permissionThe shop is Affiliate shop has no permission to call this API.
error_kyc_authNo permission. Please inform the seller to complete the Seller Registration on Shopee Seller Center first, then this shop can call for this API.
error_authSystem error, please try again later.
error_paramThere is no shop_id in query.
error_paramshop_id is invalid, should be an integer between 0 and 4294967295.
#

§14 Update log

Update log

DateChange
2026-03-20Add warehouse_id and warehouse_type request parameter
2024-08-27update the description of the request field "region"
2024-06-06update first_mile_tracking_number field description If using self_deliver, you must also pass the first_mile_tracking_number value generated from v2.first_mile.generate_first_mile_tracking_number.
2024-04-25update the description of first_mile_tracking_number
2023-03-28update the description of logistic_channel_id
#