来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for Shipping Carrier AWB (GDEX)
Dear Developers,
The updates below are applicable to selected Shopee MY local sellers only.
Airway Bill (AWB) Template Update for GDEX
Please note that starting from 3 Jun 2025, GDEX (Channel ID: 20025) will have some changes on the Airway Bill (AWB) template.
When calling the following API v2.order.get_order_detail or v2.logistics.get_shipping_document_data_info, there are some changes on Airway Bill (AWB) layout if the response body field "logistics_channel_id" returns "20025" and "cod" returns "true".
Sample of Response body:
v2.order.get_order_detail:
{
"error": "",
"message": "",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": true,
"create_time": 1728960021,
"currency": "MYR",
"days_to_ship": 1,
"message_to_seller": "",
"order_sn": "241015K5X7F504",
"order_status": "COMPLETED",
"package_list": [
{
"package_number": "OFG182659220204740",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_DELIVERY_DONE",
"shipping_carrier": "GDEX",
"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": 1000,
"allow_self_design_awb": true,
"logistics_channel_id": 20025
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1728975600,
"update_time": 1729123314
}
]
},
"request_id": "e3e3e7f335ca202af38c2493b3d67f01:0100027b6b4a9696:00000071431b34de"
}
v2.logistics.get_shipping_document_data_info:
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": true,
"cod_amount": "65.19",
"create_date_ymd_sl": "2024/10/15",
"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": 20025,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 1000,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 1,
"recipient_addr": "Midvalley City, Mid Valley City, Bandar Kuala Lumpur, Kuala Lumpur, W.P. Kuala Lumpur, W.P. Kuala Lumpur",
"recipient_sort_code": {
"first_recipient_sort_code": "KLV-KULC",
"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": "GDEX",
"shopee_tracking_number": "MY2401650725563U",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "GDSP50000000141",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "317a860d247b3ef8008d552c2e895900:0100026c74d733ee:000000d2d074afe7"
}
Changes Required in GDEX 20025:
- For sellers who use the Shopee system generated AWB, please take note the Order Details (Courier) section will display "COD" wording if the "cod" parameter returns"true".
- For sellers who use self-design AWB, please hardcode "COD" wording in the Order Details (Courier) section if "cod" parameter returns"true ".
Effective Date: 3 Jun 2025
尊敬的开发者,
以下更新仅适用于特定的Shopee马来西亚本地卖家。
关于 GDEX 的面单模板更新
请注意,从2025年6月3日开始,GDEX(渠道ID:20025)的面单模板将进行一些更改。
在调用 v2.order.get_order_detail 或 v2.logistics.get_shipping_document_data_info 时,如果响应体字段 “logistics_channel_id” 返回 “20025”,并且响应体字段 “cod” 返回 “true”,则面单 AWB 会有一些变化。
响应体示例:
v2.order.get_order_detail:
{
"error": "",
"message": "",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": true,
"create_time": 1728960021,
"currency": "MYR",
"days_to_ship": 1,
"message_to_seller": "",
"order_sn": "241015K5X7F504",
"order_status": "COMPLETED",
"package_list": [
{
"package_number": "OFG182659220204740",
"group_shipment_id": null,
"logistics_status": "LOGISTICS_DELIVERY_DONE",
"shipping_carrier": "GDEX",
"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": 1000,
"allow_self_design_awb": true,
"logistics_channel_id": 20025
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1728975600,
"update_time": 1729123314
}
]
},
"request_id": "e3e3e7f335ca202af38c2493b3d67f01:0100027b6b4a9696:00000071431b34de"
}
v2.logistics.get_shipping_document_data_info:
{
"error": "",
"message": "",
"response": {
"shipping_document_info": {
"cod": true,
"cod_amount": "65.19",
"create_date_ymd_sl": "2024/10/15",
"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": 20025,
"manufacturers_name": "",
"manufacturers_website": "",
"mutual_check": 0,
"order_weight": 1000,
"parcel_size": "",
"pickup_hub": "",
"preferred_delivery_option": 1,
"recipient_addr": "Midvalley City, Mid Valley City, Bandar Kuala Lumpur, Kuala Lumpur, W.P. Kuala Lumpur, W.P. Kuala Lumpur",
"recipient_sort_code": {
"first_recipient_sort_code": "KLV-KULC",
"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": "GDEX",
"shopee_tracking_number": "MY2401650725563U",
"sod": false,
"spx_receive_station": {
"spx_first_receive_station": ""
},
"spx_sub_district": "",
"tracking_number": "GDSP50000000141",
"zone": "",
"zone_code": ""
},
"recipient_address_info": null
},
"request_id": "317a860d247b3ef8008d552c2e895900:0100026c74d733ee:000000d2d074afe7"
}
GDEX 20025 的变更要求:
- 对于使用 Shopee 系统生成面单(AWB)的卖家,请注意,如果 “cod” 参数返回为 “true”,Order Details (Courier) 部分将显示 “COD” 字样。
- 对于使用自画运单(AWB)的卖家,如果 “cod” 参数返回为 “true”,请在 Order Details (Courier) 部分硬编码显示 “COD” 字样。
生效日期:2025年6月3日
