来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
尊敬的開發者,請留意以下變動:
1.order.get_order_detail 新增返回product_location_id字段,該字段為商品倉庫的ID列表僅適用於FBS商品
上線時間: 2022/01/20
影響接口:
v2.order.get_order_detail
shopee.orders.GetOrderDetails
2.以下更新僅對Shopee TW部分賣家生效。
shopee.logistics.GetLogisticInfo, shopee.logistics.GetParameterForInit, v2.logistics.get_shipping_parameter dropoff字段下新增返回slug_list字段,該字段包含slug及slug_name用於slug選擇
新增shopee.logistics.GetSlugs字段返回slug_list字段,包含slug及slug_name用於slug選擇
使用drop off發貨時調用v2.logistics.ship_order, shopee.logistics.Init api字段新增slug_list
上線時間: 2022/01/20
影響接口:
v2.logistics.get_shipping_parameter
v2.logistics.ship_order
shopee.logistics.GetParameterForInit
shopee.logistics.GetLogisticInfo
shopee.logistics.Init
shopee.logistics.GetSlugs
3.針對退貨相關接口西班牙(ES),返回幣種字段(currency)值为EUES ,法國(FR),返回幣種字段值为EUFR,現都改為EUR
上線時間:2022/01/19
影響接口:
v2.returns.get_return_detail
v2.returns.get_return_list
shopee.returns.GetReturnList
shopee.returns.GetReturnDetail
Dear Developer,
Please find below updates:
- order.get_order_detail adds a new field of "product_location_id" means the list of warehouse IDs of the item. And"product_location_id"for item level only go through the FBS product nomination.
Effective Date on Live: 2022/01/20
Related APIs:
v2.order.get_order_detail
shopee.orders.GetOrderDetails
2.The updates below are effective for some Shopee TW seller only.
shopee.logistics.GetLogisticInfo,shopee.logistics.GetParameterForInit, v2.logistics.get_shipping_parameter for dropoff field adds the return "slug_list" field.
This field contains "slug" and "slug_name" for slug selection.
Add shopee.logistics.GetSlugs field returns "slug_list" field, including "slug" and "slug_name" for slug selection.
v2.logistics.ship_order, shopee.logistics.Init fields for dropoff shipment the request body needs to add the selected "slug_list".
Effective Date on Live: 2022/01/20
Related APIs:
v2.logistics.get_shipping_parameter
v2.logistics.ship_order
shopee.logistics.GetParameterForInit
shopee.logistics.GetLogisticInfo
shopee.logistics.Init
shopee.logistics.GetSlugs
3.The return-related api, For Spain (ES), the value of currency is EUES, For France (FR), the value of currency is EUFR, now they both changed to EUR.
Effective Date on Live: 2022/01/19
Related APIs:
v2.returns.get_return_detail
v2.returns.get_return_list
shopee.returns.GetReturnList
shopee.returns.GetReturnDetail
