快工助手跨境电商知识与商机助手

[MY] Important update for Open Platform Logistic Channel Related API

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/changelogtopic/developertopic/logistics-channel-awb-updates

资料正文

§1 [MY] Important update for Open Platform Logistic Channel Related API

Dear Developers,

The updates below are applicable to Shopee MY sellers only.

1.Effective 27 May 2022 (For All MY sellers), there will be changes on “Shopee Xpress” (Channel ID: 20088) Shipping Carrier from “Shopee Xpress” to “Shopee Xpress (West Malaysia)” .

Channel ID(No Changes)Old Shipping Carrier NameNEW Shipping Carrier Name (Effective 27 May 2022)
20088Shopee XpressShopee Xpress (West Malaysia)

Kindly note the changes for the response data in the response body regarding Shipping Carrier Related APIs.

Scenario

When developers call shopee.orders.GetOrderDetails, shopee.logistics.GetOrderLogistics, v2.order.get_order_detail, or v2.logistics.get_shipping_document_info, the response body will be as follows:

Sample of Response body:

shopee.logistics.GetOrderLogistics & v2.logistics.get_shipping_document_info

"shipping_carrier": "Shopee Xpress (West Malaysia)",

"shopee_tracking_number": "MYxxxx",

"sod": false,

"spx_receive_station": {

"spx_first_receive_station": ""

},

"spx_sub_district": "",

"tracking_number": "SPXMYxxxx"

shopee.orders.GetOrderDetails

"order_status": "READY_TO_SHIP",

"shipping_carrier": "Shopee Xpress (West Malaysia)",

"checkout_shipping_carrier": "Standard Delivery",

"payment_method": "ibanking",

v2.order.get_order_detail

"package_number": "OFG107161074155983",

"logistics_status": "LOGISTICS_READY",

"shipping_carrier": "Shopee Xpress (West Malaysia)",

2.Please note that starting from 27 May 2022, Shopee MY will rollout a new shipping carrier channel called "Shopee Xpress (East Malaysia)” (Channel ID: 20033) under Standard Delivery (2000).

Channel IDShipping Carrier Name
20033Shopee Xpress (East Malaysia)

**Do take note that this New shipping carrier channel called "Shopee Xpress (East Malaysia)” (Channel ID: 20033)” will not support self-design AWB format, developers will need to follow the call flow to get the correct AWB labels. For more info can refer to “Arrange Shipment” section from v1 API call flow & v2 API call Flow.

Scenario

When developers call shopee.orders.GetOrderDetails & v2.order.get_order_detail, the response body will be as follows:

Sample of Response body:

shopee.orders.GetOrderDetails

"order_status": "READY_TO_SHIP",

"shipping_carrier": "Shopee Xpress (East Malaysia)",

"checkout_shipping_carrier": "Standard Delivery",

"payment_method": "ibanking",

V2.order.get_order_detail

"package_number": "OFG107156675367003",

"logistics_status": "LOGISTICS_READY",

"shipping_carrier": "Shopee Xpress (East Malaysia)",

Related APIs:

shopee.orders.GetOrderDetails

shopee.logistics.GetOrderLogistics

v2.order.get_order_detail

v2.logistics.get_shipping_document_info

Affected field: shipping_carrier

Effective Live Date: 2022/05/27

#