来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Open Platform AWB API - SPX Express (SDD)
Dear Developers,
The updates below are effective for selected Shopee MY seller only.
Introducing New Shipping Carrier - SPX Express (SDD)
Please note that starting from 4 Aug 2025, "SPX Express (SDD)" (Channel ID: 20056) will be a new shipping carrier parked temporarily under Next Day Delivery (Channel ID: 2002) mask channel. It will be migrated to park under another mask channel in the future.
Meanwhile, "SPX Express (SDD)" (Channel ID: 20055) which is currently under Next Day Delivery (Channel ID: 2002) mask channel will be migrated to a new mask channel (Channel ID: 2005). (Refer HERE for more details).
Affected Logistics Channels
Do note that this is a new fulfillment channel for this existing mask channel.
[Current]
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| SPX Express (SDD) | 20055 | 2002 |
[To-Be]
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| SPX Express (SDD) | 20056 | 2002 |
| SPX Express (SDD) | 20055 | 2005 |
Kindly note the changes for the response data in the response body regarding the new Shipping Carrier (channel_id=20056) related APIs.
Scenario
When developers call v2.order.get_order_detail and v2.logistics.get_shipping_document_data_info, the response body will be as follows:
Sample of response body:
v2.order.get_order_detail
{
"error": "",
"message": "",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1747989253,
"currency": "MYR",
"days_to_ship": 1,
"message_to_seller": "",
"order_sn": "250523KEQ1X4VQ",
"order_status": "PROCESSED",
"package_list": [
{
"package_number": "OFG201688447200827",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_REQUEST_CREATED",
"shipping_carrier": "SPX Express (SDD)",
"item_list": [
{
"item_id": 843984723,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 843984723,
"promotion_group_id": 0,
"product_location_id": "MYZ"
}
],
"parcel_chargeable_weight_gram": 0,
"allow_self_design_awb": true,
"logistics_channel_id": 20056
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1748275199,
"shipping_carrier": "SPX Express (SDD)",
"update_time": 1747989381
}
]
},
"request_id": "e3e3e7f335cd0dd981e46ffa0ec45a01:010002fc06741261:000000da186fb763"
}
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": false,
"cod_amount": "",
"create_date_ymd_sl": "",
"deliver_area": "",
"delivery_hub": "",
"dely_fri_label": "",
"dely_sat_label": "",
"dely_sun_label": "",
"destination_base_code": "",
"ec_order_no": "",
"is_lm_dg_bool": "",
"last_mile_tracking_number": "",
"last_third_digits_buyer_phone": "",
"logistics_channel_id": 20056,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": "",
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": "",
"recipient_addr": "",
"recipient_sort_code": {
"first_recipient_sort_code": "",
"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": "SPX Express (SDD)",
"shopee_tracking_number": "MY252409832306L",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "SPXMY050329063925",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "e3e3e7f335ccfea8b50868e39ae5ae01:0100038903626d9f:00000040cf2e192d"
}
Action to take from developers
When calling v2.order.get_order_detail or v2.logistics.get_shipping_document_data_info, if the response body field "logistics_channel_id" returns as "20056", the developer should hardcode the wording "SNDD" at the top right of the AWB.
AWB Sample
Related APIs:
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
Affected field:
shipping_carrier
logistics_channel_id
Effective Live Date:
4 Aug 2025
尊敬的开发者,
以下更新仅适用于特定的Shopee马来西亚本土卖家。
引入新的履约物流渠道 - SPX Express (SDD)
自2025年8月4日起,“SPX Express (SDD)” (渠道ID: 20056) 将会是暂时在Next Day Delivery (渠道ID: 2002) 虚拟物流渠道下的一个新的履约物流渠道。此履约物流渠道未来将迁移至其他虚拟物流渠道进行管理。
同时,目前属于Next Day Delivery (渠道ID: 2002) 虚拟物流渠道下的“SPX Express (SDD)” (渠道ID: 20055) 将迁移至新的虚拟物流渠道 (渠道ID: 2005) 。(详见此处)
受影响的物流渠道
目前这是一个针对已有虚拟物流渠道下的一个新的履约物流渠道。
[目前]
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| SPX Express (SDD) | 20055 | 2002 |
[计划]
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| SPX Express (SDD) | 20056 | 2002 |
| SPX Express (SDD) | 20055 | 2005 |
请注意新的履约渠道 (channel_id=20056) 相关API响应体中的响应数据变化。
场景
当开发者调用v2.order.get_order_detail和v2.logistics.get_shipping_document_data_info时,响应体将如下所示:
响应示例:
v2.order.get_order_detail
{
"error": "",
"message": "",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1747989253,
"currency": "MYR",
"days_to_ship": 1,
"message_to_seller": "",
"order_sn": "250523KEQ1X4VQ",
"order_status": "PROCESSED",
"package_list": [
{
"package_number": "OFG201688447200827",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_REQUEST_CREATED",
"shipping_carrier": "SPX Express (SDD)",
"item_list": [
{
"item_id": 843984723,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 843984723,
"promotion_group_id": 0,
"product_location_id": "MYZ"
}
],
"parcel_chargeable_weight_gram": 0,
"allow_self_design_awb": true,
"logistics_channel_id": 20056
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1748275199,
"shipping_carrier": "SPX Express (SDD)",
"update_time": 1747989381
}
]
},
"request_id": "e3e3e7f335cd0dd981e46ffa0ec45a01:010002fc06741261:000000da186fb763"
}
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": false,
"cod_amount": "",
"create_date_ymd_sl": "",
"deliver_area": "",
"delivery_hub": "",
"dely_fri_label": "",
"dely_sat_label": "",
"dely_sun_label": "",
"destination_base_code": "",
"ec_order_no": "",
"is_lm_dg_bool": "",
"last_mile_tracking_number": "",
"last_third_digits_buyer_phone": "",
"logistics_channel_id": 20056,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": "",
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": "",
"recipient_addr": "",
"recipient_sort_code": {
"first_recipient_sort_code": "",
"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": "SPX Express (SDD)",
"shopee_tracking_number": "MY252409832306L",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "SPXMY050329063925",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "e3e3e7f335ccfea8b50868e39ae5ae01:0100038903626d9f:00000040cf2e192d"
}
开发者需采取的行动
在调用v2.order.get_order_detail或v2.logistics.get_shipping_document_data_info时,如果响应体字段“logistics_channel_id”返回“20056”,开发者须于面单 (AWB) 右上区的 Order Details (Courier) 部份硬编“SNDD”的字眼。
面单 (AWB) 示例
影响API:
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
受影响的字段:
shipping_carrier
logistics_channel_id
生效日期:
2025年8月4日
