来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [MY] Channel Name Update for Instant Delivery
Dear Developers,
- Applicability
The updates below are effective for selected Shopee MY local sellers only.
- Background & Update Details
Starting from 18 May 2026, there will be a change in shipping carrier name for "Instant Delivery" (Channel ID: 23000), that will reflect the seller’s packing SLA.
- Affected Logistics Channels
| logistics_channel_id (No Change) | Old shipping_carrier name | Instant Delivery |
|---|---|---|
| 23000 | Instant Delivery | Instant Delivery (Arrange in 90 mins) |
- Sample of Response Body
When developers call v2.order.get_order_detail and v2.logistics.get_shipping_document_data_info, the response body will be as follows:
v2.order.get_order_detail
{
"error": "",
"message": "",
"request_id": "e3e3e7f34e7a9513af135c421ab40900:0100020079d0945a:000000a91d380d0b",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1775100763,
"currency": "MYR",
"days_to_ship": 3,
"hot_listing_order": false,
"is_buyer_shop_collection": false,
"message_to_seller": "",
"order_sn": "260402Q90QD77W",
"order_status": "PROCESSED",
"package_list": [
{
"allow_self_design_awb": true,
"group_shipment_id": null,
"item_list": [
{
"item_id": 801970080,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 801970080,
"product_location_id": "MYZ",
"promotion_group_id": 0
}
],
"logistics_channel_id": 23000,
"logistics_status": "LOGISTICS_REQUEST_CREATED",
"package_number": "OFG228799964203173",
"parcel_chargeable_weight_gram": 0,
"shipping_carrier": "Instant Delivery (Arrange in 90 mins)",
"sorting_group": ""
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1775111586,
"update_time": 1775116612
}
]
}
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"request_id": "e3e3e7f34e7aa1d598277796cb796c00:01000353c676ca8e:000000f19e6a4bf2",
"response": {
"recipient_address_info": null,
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"logistics_channel_id": 23000,
"order_weight": 1000,
"pickup_code": "5GJ4",
"shipping_carrier": "Instant Delivery (Arrange in 90 mins)"
}
- Action to take from Developers
Please ensure that your system is compatible with this shipping carrier name change to avoid any matching issues caused by cached or historical carrier names.
- Related APIs
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.logistics.get_shipping_parameter
v2.logistics.ship_order
v2.logistics.update_shipping_order
- Effective Date
18 May 2026
亲爱的开发者,
1.适用范围
以下更新仅适用于特定的Shopee马来西亚本土卖家。
- 背景与更新详情
自 2026 年 5 月 18 日起,“Instant Delivery”(Channel ID: 23000)的物流渠道名称将进行调整,以反映卖家的发货SLA。
- 受影响的物流渠道
| logistics_channel_id (No Change) | Old shipping_carrier name | Instant Delivery |
|---|---|---|
| 23000 | Instant Delivery | Instant Delivery (Arrange in 90 mins) |
- 响应体示例
当开发者调用v2.order.get_order_detail和v2.logistics.get_shipping_document_data_info时,响应体将如下所示:
v2.order.get_order_detail
{
"error": "",
"message": "",
"request_id": "e3e3e7f34e7a9513af135c421ab40900:0100020079d0945a:000000a91d380d0b",
"response": {
"order_list": [
{
"advance_package": false,
"booking_sn": "",
"cod": false,
"create_time": 1775100763,
"currency": "MYR",
"days_to_ship": 3,
"hot_listing_order": false,
"is_buyer_shop_collection": false,
"message_to_seller": "",
"order_sn": "260402Q90QD77W",
"order_status": "PROCESSED",
"package_list": [
{
"allow_self_design_awb": true,
"group_shipment_id": null,
"item_list": [
{
"item_id": 801970080,
"model_id": 0,
"model_quantity": 1,
"order_item_id": 801970080,
"product_location_id": "MYZ",
"promotion_group_id": 0
}
],
"logistics_channel_id": 23000,
"logistics_status": "LOGISTICS_REQUEST_CREATED",
"package_number": "OFG228799964203173",
"parcel_chargeable_weight_gram": 0,
"shipping_carrier": "Instant Delivery (Arrange in 90 mins)",
"sorting_group": ""
}
],
"region": "MY",
"reverse_shipping_fee": 0,
"ship_by_date": 1775111586,
"update_time": 1775116612
}
]
}
v2.logistics.get_shipping_document_data_info
{
"error": "",
"message": "",
"request_id": "e3e3e7f34e7aa1d598277796cb796c00:01000353c676ca8e:000000f19e6a4bf2",
"response": {
"recipient_address_info": null,
"shipping_document_info": {
"cod": false,
"cod_amount": "0",
"logistics_channel_id": 23000,
"order_weight": 1000,
"pickup_code": "5GJ4",
"shipping_carrier": "Instant Delivery (Arrange in 90 mins)"
}
- 开发者需要采取的行动
请确保您的系统适配此次渠道名称变更,避免因缓存或依赖历史渠道名称而导致匹配异常。
- 影响API
v2.order.get_order_detail
v2.logistics.get_shipping_document_data_info
v2.logistics.get_channel_list
v2.logistics.update_channel
v2.logistics.get_tracking_info
v2.logistics.ship_order
v2.logistics.update_shipping_order
- 生效日期
2026年5月18日
