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

[MY] Important Update for Open Platform AWB API (SEA & Self Collection)

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 AWB API (SEA & Self Collection)

[MY] Important Update for Open Platform AWB API (SEA & Self Collection)

Dear Developers,

The updates below are effective for Shopee MY seller only.

  1. Please note that starting from 24th Jan 2022, Shopee will rollout a new shipping carrier channel called "Shopee Express (Self Collection)” by batches. Target by before end of Feb 2022 will open to all sellers.

Action to take from developers,

-When calling these2 APIs “shopee.logistics.GetOrderLogistics” & “V2.logistics.get_shipping_document_info”,

if the Response body field "shipping_carrier" return the Channel named "Shopee Express (Self Collection)", Developer should hardcode the wording "BUYER SELF COLLECTION" in between the Postcode and Barcode at the bottom right of the AWB.

Sample attached as below:

Response body sample:

"sender_sort_code": {

"first_sender_sort_code": "",

"second_sender_sort_code": "",

"third_sender_sort_code": ""

},

"shipping_carrier": "Shopee Express (Self Collection)",

"shopee_tracking_number": "MY222544971543CU",

"spx_receive_station": {

"spx_first_receive_station": ""

},

AWB Sample:

Related APIs:

Open API 1.0:

shopee.logistics.GetOrderLogistics

Open API 2.0:

V2.logistics.get_shipping_document_info

Effective Date on Live: 2022/01/24

  1. Developer should hardcode “SEA” in the AWB under section “Order Details (Courier)” When calling these2 APIs "shopee.logistics.GetOrderLogistics" & "V2.logistics.get_shipping_document_info", and the Response body field "shipping_carrier" parameter is "Shopee Express (Sea Shipping)" ,

Sample attached as below:

Response body sample:

"sender_sort_code":

{

"first_sender_sort_code": "",

"second_sender_sort_code": "",

"third_sender_sort_code": ""

},

"shipping_carrier": "Shopee Express (Sea Shipping)",

"shopee_tracking_number": "MY2119722354279U",

"spx_receive_station": {

"spx_first_receive_station": ""

},

AWB Sample:

Related APIs:

Open API 1.0:

shopee.logistics.GetOrderLogistics

Open API 2.0:

V2.logistics.get_shipping_document_info

Effective Date on Live: Now

#