wish商户如何通过 API 加入wish退货项目?
wish商户也可以通过 API 将产品加入退货项目。API 端口如下:
/api/v2/returns/set-product-logistics
设置与产品退货相关的物流信息(长度、宽度、高度、重量)
可以设置产品级物流信息
可以设置变体级物流信息
/api/v2/returns/get-product-variation-dimensions
获取产品物流信息
可以获取产品级物流信息
可以获取变体级物流信息
/api/v2/returns/enroll-product-in-returns
将产品加入退货项目
更新产品退货设置
/api/v2/returns/get-product-return-settings
获取产品退货设置
启用退货功能的位置,显示与该产品关联的仓库
/api/v2/returns/get-all-warehouses
获取所有退货仓库相关信息
/api/v2/returns/create-return-warehouse
创建退货仓库
/api/v2/returns/edit-return-warehouse
编辑退货仓库
/api/v2/returns/disable-return-setting-for-region
将产品退出退货项目
已加入退货项目的产品将退出项目
上述外部 API 将帮助商户更轻松地利用 Wish 退货项目,以提供最佳用户体验并提高物流效率。您可以点击此处查看退货项目 API 文档,详细了解这些 API 更新。
wish商户官网原文详情:
**Enable Returns via API**
Merchants are also able to carry out the above tasks via API. API endpoints to intake are:
/api/v2/returns/set-product-logistics
SET product returns-related logistics info (length, width, height, weight)
Can set product-level logistics info
Can set variation-level logistics info
/api/v2/returns/get-product-variation-dimensions
GET product logistics info
Can get product-level logistics info
Can get variation-level logistics info
/api/v2/returns/enroll-product-in-returns
SET enroll product in returns
Updates product return settings
/api/v2/returns/get-product-return-settings
GET product return settings
Where returns is enabled, shows which warehouses are associated with the product
/api/v2/returns/get-all-warehouses
GET all return warehouses
/api/v2/returns/create-return-warehouse
SET create return warehouse
/api/v2/returns/edit-return-warehouse
SET edit return warehouse
/api/v2/returns/disable-return-setting-for-region
SET disable product in returns
A product that has previously been enrolled will be unenrolled
The above external API will help merchants more easily leverage the Wish Returns Program to provide the best customer experience and improve logistics efficiency. Learn more about these API updates in the Returns API documentation here.
文章内容来源:wish商户官方网站