来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
Dear Developers,
1.对于CB店铺,新增返回parcel_chargeable_weight_gram和order_chargeable_weight_gram字段,用于显示包裹实际计费重量。
上线时间:已上线
受影响接口:
v2.order.get_order_detail
v2.payment.get_escrow_detail
shopee.orders.GetOrderDetails
shopee.orders.GetForderInfo
For the CB shops only, adds new response fields "parcel_chargeable_weight_gram" and "order_chargeable_weight_gram" to calculate actual_shipping_fee for order or parcel.
Effective Date on Live: Lived
Related APIs:
v2.order.get_order_detail
v2.payment.get_escrow_detail
shopee.orders.GetOrderDetails
shopee.orders.GetForderInfo
- 对于PL 本地卖家,新增接口v2.order.get_buyer_invoice_info用于获取买家填写的发票信息。
上线时间:已上线
受影响接口:
v2.order.get_buyer_invoice_info
To the PL local seller only, add new API v2.order.get_buyer_invoice_info to to obtain buyer submitted invoice info.
Effective Date on Live: Lived
Related APIs:
v2.order.get_buyer_invoice_info
3.The updates below are effective for Shopee MY seller only.
Please note that starting from 20th May 2022, Shopee MY will remove Seller Name and Seller Phone Number from the AWB for shipping carrier channels below:
| Channel ID | Shipping Carrier Name |
|---|---|
| 20088 | Shopee Xpress |
| 20099 | Self Collection (Shopee Xpress) |
Action to take from developers,
-When calling these 2 APIs “shopee.logistics.GetOrderLogistics” & “V2.logistics.get_shipping_document_info”, if the Response body field “shipping_carrier" return the Channel named "Self Collection (Shopee Xpress)” or "Shopee Xpress”, Developer should remove the Seller name and Seller phone number from the AWB.
Sample attached as below:
AWB Sample (BEFORE):
AWB Sample (AFTER):
*Note: Removed Seller Name and Seller Phone Number
Effective Date on Live: 2022/05/20
Related APIs:
shopee.logistics.GetOrderLogistics
V2.logistics.get_shipping_document_info
