来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Open Platform AWB API - Shopee Express (Sea Shipping)
Dear Developers,
The updates below are effective for selected Shopee MY seller only.
Introducing New Shipping Carrier
- Please note that starting from 31 May 2024, "Shopee Express (Sea Shipping)” (Channel ID: 20078) will be a new shipping carrier parked under Doorstep Delivery (Sea Shipping) (Channel ID: 2001) logistic channel.
Affected Logistics Channels
Do note that there is an existing fulfillment channel in the same masked channel that will be sharing the same “shipping carrier” with this new channel.
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 be as follows:
Sample of response body:
- v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"request_id": "620f0cd9a2bb8f657591b1a0cfa38721:000000e33ff9a4b5:0000000000000000",
"response": {
"recipient_address_info": null,
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"create_date_ymd_sl": "2024/05/16",
"deliver_area": "",
"delivery_hub": "",
"dely_fri_label": "",
"dely_sat_label": "",
"dely_sun_label": "",
"destination_base_code": "",
"ec_order_no": "",
"is_lm_dg_bool": 0,
"last_mile_tracking_number": "",
"last_third_digits_buyer_phone": "",
"logistics_channel_id": 20078,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 0,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 2,
"recipient_sort_code": {
"first_recipient_sort_code": "04-04009-B2",
"second_recipient_sort_code": "D01",
"third_recipient_sort_code": "BFT_SP-Beaufort"
},
"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 (Sea Shipping)",
"shopee_tracking_number": "MY240825772413A",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "MY240825772413A",
"zone": "",
"zone_code": ""
}
- v2.order.get_order_detail
{
"error": "",
"message": "",
"request_id": "4529c68c417030caaffe226f1b8b6f21",
"response": {
"order_list": [
{
"cod": false,
"create_time": 1716257540,
"currency": "MYR",
"days_to_ship": 2,
"message_to_seller": "",
"order_sn": "240521UU12JYBJ",
"order_status": "PROCESSED",
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1716564600,
"shipping_carrier": "SPX Express (Sea Shipping)",
"update_time": 1716277196
}
]
}
Action to take from developers
When calling this API “v2.logistics.get_shipping_document_data_info”, if the response body field “logistics_channel_id" returns the channel ID "20078", the developer should hardcode the wording "SEA" under Order Details (Courier) at the top right of the AWB.
Related APIs:
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
Affected field:
shipping_carrier
Effective Live Date:
31 May 2024
亲爱的开发者,
以下更新仅适用于特定的Shopee MY本地卖家。
引入新的履约物流渠道
- 自2024年5月31日起, "Shopee Express (Sea Shipping)” (Channel ID: 20078) 将会是在 Doorstep Delivery (Sea Shipping) (Channel ID: 2001) 包装/虚拟物流渠道下的一个新的履约物流渠道。
受影响的物流渠道
目前在相同的包装/虚拟物流渠道下已有一个与这个新渠道使用相同“shipping carrier”的履约物流渠道。
请注意shipping_carrier字段,新的履约渠道(channel_id=20078)与之前的一个履约渠道(channel_id=20077)使用同一个名字。
场景
当开发者调用 v2.logistics.get_shipping_document_data_info 和 v2.order.get_order_detail时,响应将如下所示:
响应示例:
- v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"request_id": "620f0cd9a2bb8f657591b1a0cfa38721:000000e33ff9a4b5:0000000000000000",
"response": {
"recipient_address_info": null,
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"create_date_ymd_sl": "2024/05/16",
"deliver_area": "",
"delivery_hub": "",
"dely_fri_label": "",
"dely_sat_label": "",
"dely_sun_label": "",
"destination_base_code": "",
"ec_order_no": "",
"is_lm_dg_bool": 0,
"last_mile_tracking_number": "",
"last_third_digits_buyer_phone": "",
"logistics_channel_id": 20078,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 0,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 2,
"recipient_sort_code": {
"first_recipient_sort_code": "04-04009-B2",
"second_recipient_sort_code": "D01",
"third_recipient_sort_code": "BFT_SP-Beaufort"
},
"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 (Sea Shipping)",
"shopee_tracking_number": "MY240825772413A",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "MY240825772413A",
"zone": "",
"zone_code": ""
}
- v2.order.get_order_detail
{
"error": "",
"message": "",
"request_id": "4529c68c417030caaffe226f1b8b6f21",
"response": {
"order_list": [
{
"cod": false,
"create_time": 1716257540,
"currency": "MYR",
"days_to_ship": 2,
"message_to_seller": "",
"order_sn": "240521UU12JYBJ",
"order_status": "PROCESSED",
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1716564600,
"shipping_carrier": "SPX Express (Sea Shipping)",
"update_time": 1716277196
}
]
}
开发者需采取的行动
在调用自画面单API “v2.logistics.get_shipping_document_data_info” 时,如果响应体字段 “logistics_channel_id" 返回渠道ID "20078",开发者须于运单 (AWB) 右上区的 Order Details (Courier) 部份硬编 "SEA" 的字眼。
影响API:
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
受影响字段:
shipping_carrier
生效日期:
2024年5月31日
