stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 What is changing?
The Search Return API will now return the granular data fields (such as discount returned and shipping fee returned) regarding the return amount. These fields can be used by any seller that has a strong data analytics team.
§2 Search Returns
Search Returns
§3 Parameters
Parameters
No change
§4 Responses
Responses
Adding discount_amount and return_shipping_fee_amount property, which includes the following fields:
discount_amount:currencyproduct_platform_discount: The refund amount of product platform discount.product_seller_discount: The refund amount of product seller discount.shipping_fee_platform_discount: The refund amount of shipping fee platform discount.shipping_fee_seller_discount: The refund amount of shipping fee seller discountreturn_shipping_fee_amount:currencyseller_paid_return_shipping_fee_amount: The amount of return shipping fee seller paid.buyer_paid_return_shipping_fee_amount: The amount of return shipping fee buyer paid.platform_paid_return_shipping_fee_amount: The amount of return shipping fee platform paid.
{
"code": 0,
"data": {
"next_page_token": "aDU2dHIzMlFhME5CUzJKUDhDdVJhTDM1WmJkeFVTVW9LTkRaSnNaZCtuWjJXVU5CSDhlaA==",
"return_orders": [
{
"arbitration_status": "IN_PROGRESS",
"refund_amount": {
"currency": "USD",
"refund_shipping_fee": "0.2",
"refund_subtotal": "1",
"refund_tax": "0.03",
"refund_total": "1.23"
},
"discount_amount":{
"currency": "USD",
"product_platform_discount":"12",
"product_seller_discount":"12",
"shipping_fee_platform_discount":"12",
"shipping_fee_seller_discount":"12"
},
"return_shipping_fee_amount":{
"currency": "USD",
"seller_paid_return_shipping_fee":"12",
"buyer_paid_return_shipping_fee":"12",
"platform_paid_return_shipping_fee":"12"
},
"message": "Success",
"request_id": "202203070749000101890810281E8C70B7"
}
Calculation logic: refund_total = refund_subtotal + refund_shipping_fee + refund_tax
§5 Which markets are affected?
This change is rolled out to all markets.
§6 Who is affected?
This change can be integrated by all sellers.
§7 Which version is applicable?
This change is applicable only to v202309.
§8 What action is required?
Any seller that wants to do advanced data analytics on the return amounts can integrate the new data points.
