来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for New Logistics Channel Brunei Direct Shipment (SPX)
Dear Developers,
The updates below are effective for selected Shopee MY local sellers only.
Starting from January 12, 2026, Shopee will officially launch a new mask logistics channel, Doorstep Delivery (Brunei) (Channel ID: 2200).
At the same time, Shopee will add a new fulfillment logistics channel under this mask logistics channel, Brunei Direct Shipment (SPX) (Channel ID: 26002), which will serve as one of the fulfillment channels for Doorstep Delivery (Brunei) (Channel ID: 2200), providing faster and more efficient delivery services to buyers in Brunei.
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| Doorstep Delivery (Brunei) | 2200 | 0 |
| Brunei Direct Shipment (SPX) | 26002 | 2200 |
Kindly note the changes for the response data in the response body regarding Shipping Carrier Related APIs.
Scenario
When developers call v2.logistics.get_shipping_document_data_info and v2.order.get_order_detail, the response body will as follows:
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"create_date_ymd_sl": "2025/12/29",
"deliver_area": "",
"delivery_hub": "",
"dely_fri_label": "",
"dely_sat_label": "",
"dely_sun_label": "",
"destination_base_code": "",
"ec_order_no": "",
"is_lm_dg_bool": 1,
"last_mile_tracking_number": "",
"last_third_digits_buyer_phone": "",
"logistics_channel_id": 26002,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 1000,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 2,
"recipient_addr": "Salambigar Industrial Park, Sumbiling, Bandar Seri Begawan, Brunei Muara",
"recipient_sort_code": {
"first_recipient_sort_code": "INTA",
"second_recipient_sort_code": "",
"third_recipient_sort_code": ""
},
"return_sort_code": {
"return_first_sort_code": ""
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Brunei Direct Shipment (SPX)",
"shopee_tracking_number": "MY2512631460414U",
"sod": false,
"sorting_group": "",
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "MY2512631460414U",
"unpackaged_sku_id": "",
"unpackaged_sku_id_qrcode": "",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "e3e3e7f34714eb50b4531633b343e600:010003fbfed970e5:000000a036d5ed79"
}
v2.order.get_order_detail
{
"error": "",
"message": "",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1767003738,
"currency": "MYR",
"days_to_ship": 3,
"hot_listing_order": false,
"is_buyer_shop_collection": false,
"message_to_seller": "",
"order_sn": "251229MEN5531F",
"order_status": "READY_TO_SHIP",
"package_list": [
{
"package_number": "OFG220702938207683",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_READY",
"shipping_carrier": "Brunei Direct Shipment (SPX)",
"item_list": [
{
"item_id": 801861011,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 801861011,
"promotion_group_id": 0,
"product_location_id": "MYZ"
}
],
"parcel_chargeable_weight_gram": 0,
"allow_self_design_awb": true,
"logistics_channel_id": 26002,
"sorting_group": ""
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1767263058,
"shipping_carrier": "Brunei Direct Shipment (SPX)",
"update_time": 1767003861
}
]
},
"request_id": "e3e3e7f34714b3077ba832cff4667400:01000218a02cb738:000000fd4c21d954"
}
Action to take from developers
When calling this API "v2.order.get_order_detail" or "v2.logistics.get_shipping_document_data_info", if the response body field "logistics_channel_id" returns as "26002", the developer should hardcode the wording "A-39-BN-00" at the top right of the AWB.
Related Field:
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.product.add_item
v2.product.update_item
v2.product.get_item_base_info
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
Impacted parameters:
logistics_channel_name
shipping_carrier
logistics_channel_id
Effective Live Date:
12 Jan 2026
尊敬的开发者,
以下更新仅适用于特定的Shopee MY本土卖家。
自 2026 年 1 月 12 日 起,Shopee 将正式推出全新的虚拟物流渠道 Doorstep Delivery (Brunei) (Channel ID: 2200)。
同时,Shopee 将在该虚拟物流渠道下新增履约物流渠道 Brunei Direct Shipment (SPX) (Channel ID: 26002), 作为 Doorstep Delivery (Brunei) (Channel ID:2200) 下的履约渠道之一,为文莱买家提供更快捷、高效的配送服务。
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| Doorstep Delivery (Brunei) | 2200 | 0 |
| Brunei Direct Shipment (SPX) | 26002 | 2200 |
请注意 Shipping Carrier 相关接口的响应数据变更。
场景
当开发者调用 v2.logistics.get_shipping_document_data_info 和 v2.order.get_order_detail 时,响应体如下所示:
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"create_date_ymd_sl": "2025/12/29",
"deliver_area": "",
"delivery_hub": "",
"dely_fri_label": "",
"dely_sat_label": "",
"dely_sun_label": "",
"destination_base_code": "",
"ec_order_no": "",
"is_lm_dg_bool": 1,
"last_mile_tracking_number": "",
"last_third_digits_buyer_phone": "",
"logistics_channel_id": 26002,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 1000,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 2,
"recipient_addr": "Salambigar Industrial Park, Sumbiling, Bandar Seri Begawan, Brunei Muara",
"recipient_sort_code": {
"first_recipient_sort_code": "INTA",
"second_recipient_sort_code": "",
"third_recipient_sort_code": ""
},
"return_sort_code": {
"return_first_sort_code": ""
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Brunei Direct Shipment (SPX)",
"shopee_tracking_number": "MY2512631460414U",
"sod": false,
"sorting_group": "",
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "MY2512631460414U",
"unpackaged_sku_id": "",
"unpackaged_sku_id_qrcode": "",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "e3e3e7f34714eb50b4531633b343e600:010003fbfed970e5:000000a036d5ed79"
}
v2.order.get_order_detail
{
"error": "",
"message": "",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1767003738,
"currency": "MYR",
"days_to_ship": 3,
"hot_listing_order": false,
"is_buyer_shop_collection": false,
"message_to_seller": "",
"order_sn": "251229MEN5531F",
"order_status": "READY_TO_SHIP",
"package_list": [
{
"package_number": "OFG220702938207683",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_READY",
"shipping_carrier": "Brunei Direct Shipment (SPX)",
"item_list": [
{
"item_id": 801861011,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 801861011,
"promotion_group_id": 0,
"product_location_id": "MYZ"
}
],
"parcel_chargeable_weight_gram": 0,
"allow_self_design_awb": true,
"logistics_channel_id": 26002,
"sorting_group": ""
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1767263058,
"shipping_carrier": "Brunei Direct Shipment (SPX)",
"update_time": 1767003861
}
]
},
"request_id": "e3e3e7f34714b3077ba832cff4667400:01000218a02cb738:000000fd4c21d954"
}
开发者需采取的行动
在调用 v2.order.get_order_detail 或 v2.logistics.get_shipping_document_data_info 时,如果响应体字段 “logistics_channel_id” 返回为 “26002”,开发者须于面单 (AWB) 右上区的 Order Details (Courier) 部份硬编码 “A-39-BN-00” 的标识。
相关API:
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.product.add_item
v2.product.update_item
v2.product.get_item_base_info
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
受影响的字段:
logistics_channel_name
shipping_carrier
logistics_channel_id
生效日期:
2026年1月12日
