来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Split order process adjustment
Dear Developers
It’s an announcement about split order process adjustment.
Now, when it comes to order needs to be split, the shopee.orders.SplitOrder API will respond forders object to identify fulfillment order info, forder_id field is used to identify the fulfillment order, the fulfillment order also needs to input forder_id when it comes to calling shopee.logistics.Init, shopee.logistics.GetOrderLogistics, shopee.logistics.GetForderWaybill, shopee.logistics.GetLogisticsMessage.
Now, add package_list object to replace forders object and package_number field to replace forder_id field. The forders object and forder_id field will be deleted on 2021.05.13, so please developers switch to package_list object and package_number field, thanks for your cooperation,below is the related APIs change and switch plan.
Related APIs:
shopee.orders.SplitOrder
shopee.orders.GetForderInfo
shopee.logistics.Init
shopee.logistics.GetOrderLogistics
shopee.logistics.GetForderWaybill
shopee.logistics.GetLogisticsMessage
Effective Date on Live: Lived
尊敬的开发者
关于拆单相关接口的字段调整公告
当前针对拆单的场景,订单在拆单接口shopee.orders.SplitOrder会返回结构体forders表示拆完后的履约单信息,forder_id代表单个履约单,且履约单的发货、打印面单、查询物流轨迹信息都需要传入forder_id。
现新增package_list结构体表示拆包后的履约单信息,package_number字段用于表示履约单。forders结构体以及forder_id字段预计将在2021年5月13日左右下线,还请各位开发者配合调整,非常感谢!涉及接口及相应变化如下:
影响接口:
shopee.orders.SplitOrder
shopee.orders.GetForderInfo
shopee.logistics.Init
shopee.logistics.GetOrderLogistics
shopee.logistics.GetForderWaybill
shopee.logistics.GetLogisticsMessage
上线时间: 已上线
