来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Open Platform AWB API - Flash Bulky
Dear Developers,
The updates below are effective for selected Shopee MY seller only.
Introducing New Shipping Carrier - Flash Bulky
Please note that starting from 30 Jun 2025, "Flash Bulky" (Channel ID: 20093) will be a new shipping carrier parked under "Bulky Delivery" (Channel ID: 2100) mask channel.
Affected Logistics Channels
Do note that this is a new fulfillment channel for this existing mask channel.
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| Flash Bulky | 20093 | 2100 |
Kindly note the changes for the response data in the response body regarding the new Shipping Carrier (channel_id=20093) 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": 1750661242,
"currency": "MYR",
"days_to_ship": 1,
"message_to_seller": "",
"order_sn": "250623AFP0FCKV",
"order_status": "PROCESSED",
"package_list": [
{
"package_number": "OFG204360443215569",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_REQUEST_CREATED",
"shipping_carrier": "Flash Bulky",
"item_list": [
{
"item_id": 801964942,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 801964942,
"promotion_group_id": 0,
"product_location_id": "MYZ"
}
],
"parcel_chargeable_weight_gram": 0,
"allow_self_design_awb": true,
"logistics_channel_id": 20093
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1750780799,
"update_time": 1750661441
}
]
},
"request_id": "e3e3e7f33837b512c4ab326dfeedbe01:010002b57e040b2f:0000008ca61e2892"
}
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"create_date_ymd_sl": "2025/06/23",
"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": 20093,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 30000,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 2,
"recipient_addr": "20, Jln Kerinchi Kiri 3, Kampung Kerinchi, 59200 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Kuala Lumpur, W.P. Kuala Lumpur, W.P. Kuala Lumpur",
"recipient_sort_code": {
"first_recipient_sort_code": "20-20368-B2",
"second_recipient_sort_code": "A819",
"third_recipient_sort_code": "BDC-OG"
},
"return_sort_code": {
"return_first_sort_code": ""
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Flash Bulky",
"shopee_tracking_number": "MY259151469054QU",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "MY259151469054QU",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "e3e3e7f33837d51b00ad635265f13401:01000394c37722fe:000000f3aeaee022"
}
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 "20093", the developer should hardcode the wording "Bulky" under Order Details (Courier) 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:
30 Jun 2025
尊敬的开发者,
以下更新仅适用于特定的Shopee MY本土卖家。
引入新的履约物流渠道 - Flash Bulky
自2025年6月30日起, “Flash Bulky” (Channel ID: 20093) 将会是在 “Bulky Delivery” (Channel ID: 2100) 虚拟物流渠道下的一个新的履约物流渠道。
受影响的物流渠道
目前这是一个已有虚拟物流渠道下的新的履约物流渠道。
| shipping_carrier | logistics_channel_id | mask_channel_id |
|---|---|---|
| Flash Bulky | 20093 | 2100 |
请注意新的履约渠道(channel_id=20093)相关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": 1750661242,
"currency": "MYR",
"days_to_ship": 1,
"message_to_seller": "",
"order_sn": "250623AFP0FCKV",
"order_status": "PROCESSED",
"package_list": [
{
"package_number": "OFG204360443215569",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_REQUEST_CREATED",
"shipping_carrier": "Flash Bulky",
"item_list": [
{
"item_id": 801964942,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 801964942,
"promotion_group_id": 0,
"product_location_id": "MYZ"
}
],
"parcel_chargeable_weight_gram": 0,
"allow_self_design_awb": true,
"logistics_channel_id": 20093
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1750780799,
"update_time": 1750661441
}
]
},
"request_id": "e3e3e7f33837b512c4ab326dfeedbe01:010002b57e040b2f:0000008ca61e2892"
}
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"create_date_ymd_sl": "2025/06/23",
"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": 20093,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 30000,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 2,
"recipient_addr": "20, Jln Kerinchi Kiri 3, Kampung Kerinchi, 59200 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Kuala Lumpur, W.P. Kuala Lumpur, W.P. Kuala Lumpur",
"recipient_sort_code": {
"first_recipient_sort_code": "20-20368-B2",
"second_recipient_sort_code": "A819",
"third_recipient_sort_code": "BDC-OG"
},
"return_sort_code": {
"return_first_sort_code": ""
},
"sender_sort_code": {
"first_sender_sort_code": "",
"second_sender_sort_code": "",
"third_sender_sort_code": ""
},
"shipping_carrier": "Flash Bulky",
"shopee_tracking_number": "MY259151469054QU",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "MY259151469054QU",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "e3e3e7f33837d51b00ad635265f13401:01000394c37722fe:000000f3aeaee022"
}
开发者需采取的行动
在调用 “v2.order.get_order_detail” 或 “v2.logistics.get_shipping_document_data_info” 时,如果响应体字段 “logistics_channel_id” 返回为 “20093”,开发者须于面单 (AWB) 右上区的 Order Details (Courier) 部分硬编码 “Bulky” 的字眼。
面单(AWB)示例
影响API:
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
受影响的字段:
shipping_carrier
logistics_channel_id
生效日期:
2025年6月30日
