来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Important Update for AWB (City-Link Express)
Dear Developers,
The updates below are applicable to selected Shopee MY local sellers only.
A. Airway Bill (AWB) Template Update for City-Link Express
We would like to inform you that, effective 16 May 2025, there will be changes to the Airway Bill (AWB) template for shipping carrier City-Link Express (Channel ID: 20023). Specifically, the logo on the AWB will be updated.
| logistics_channel_id | shipping_carrier |
|---|---|
| 20023 | City-Link Express |
Scenario:
When calling the following API v2.order.get_order_detail, there are some changes on Airway Bill (AWB) Logo if the Response body field "logistics_channel_id" returns "20023".
Sample of Response body:
v2.order.get_order_detail:
{
"error": "",
"message": "",
"request_id": "e3e3e7f332d4bd7c7124c11df836b401:0100026a88e699a0:000000a8fcb65753",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1726196971,
"currency": "MYR",
"days_to_ship": 3,
"message_to_seller": "",
"order_sn": "240913T2H7Q5NA",
"order_status": "CANCELLED",
"package_list": [
{
"allow_self_design_awb": true,
"group_shipment_id": null,
"item_list": [
{
"item_id": 800894907,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 800894907,
"product_location_id": "MYZ",
"promotion_group_id": 0
}
],
"logistics_channel_id": 20023,
"logistics_status": "LOGISTICS_REQUEST_CANCELED",
"package_number": "OFG179896082204720",
"parcel_chargeable_weight_gram": 0,
"shipping_carrier": "City-Link Express"
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1726543281,
"update_time": 1728318137
}
]
}
Logo Material:
Effective Date: 16 May 2025
亲爱的开发者,
以下更新仅适用于特定的Shopee MY本地卖家。
A. 关于 City-Link Express 的面单模板更新
从2025年5月16日开始,City-Link Express(Channel ID:20023)的面单模板将进行更新,特别是面单上的标志将被更改。
| logistics_channel_id | shipping_carrier |
|---|---|
| shipping_carrier | shipping_carrier |
在调用 v2.order.get_order_detail 时,如果响应体字段 “logistics_channel_id” 返回 “20023”,则面单AWB会有一些变化。
响应体示例:
v2.order.get_order_detail:
{
"error": "",
"message": "",
"request_id": "e3e3e7f332d4bd7c7124c11df836b401:0100026a88e699a0:000000a8fcb65753",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1726196971,
"currency": "MYR",
"days_to_ship": 3,
"message_to_seller": "",
"order_sn": "240913T2H7Q5NA",
"order_status": "CANCELLED",
"package_list": [
{
"allow_self_design_awb": true,
"group_shipment_id": null,
"item_list": [
{
"item_id": 800894907,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 800894907,
"product_location_id": "MYZ",
"promotion_group_id": 0
}
],
"logistics_channel_id": 20023,
"logistics_status": "LOGISTICS_REQUEST_CANCELED",
"package_number": "XXX",
"parcel_chargeable_weight_gram": 0,
"shipping_carrier": "City-Link Express"
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1726543281,
"update_time": 1728318137
}
]
}
标志资源:
生效日期: 2025年5月16日
