快工助手跨境电商知识与商机助手

US only: Order cancellation workflow updates

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 What is changing?

Sellers can reject the buyer's cancel requests by shipping the packages. Previously, when the seller tried to ship the package, the following APIs would return an error: Ship Package, Batch Ship Package, Mark Package As Shipped with the message {"fail_code":21011007,"fail_reason":"Package item has after-sale request"}. The parameters and responses of these APIs are not changed. See [below](#API Changes) for the endpoints that have changed. After this change:

  1. When there is a customer cancellation request pending process, we allow sellers to ship the package instead of previously returning API errors.
  2. When sellers successfully ship the package, the cancellation request will be rejected automatically by TikTok Shop. Previously, sellers had to go to Seller Center to reject the cancellation request manually.
#

§2 API Changes

API Changes

#

§3 Get Order List

Get Order List

TypeChangesNotes
Request BodyAdded is_buyer_request_cancel parameterSet this to TRUE to retrieve orders that have a buyer cancel request.
ResponseNew property is_buyer_request_cancelReturns TRUE if buyer has requested cancellation
New property request_cancel_timeThe time when buyer requested cancellation
#

§4 Get Order Detail

Get Order Detail

TypeChangesNotes
ResponseNew property is_buyer_request_cancelReturns TRUE if buyer has requested cancellation
New property request_cancel_timeThe time when buyer requested cancellation
#

§5 Which markets are affected?

This backend logic change is only for the US Market.

#

§6 Who is affected?

Local and cross-border sellers in the US Market are affected.

#

§7 Which version is applicable?

These changes are only for v202309.

#

§8 What action is required?

#

§9 Integration suggestions

Integration suggestions

  1. Let sellers know they can reject the buyer's cancel requests by shipping the packages
  2. Show sellers the orders that are attached with cancel requests
  3. Use is_buyer_request_cancel in Orders API to let sellers know which orders have pending cancel requests from buyers (the Search Cancellation API also works in this case)
  4. Use fulfillment APIs to ship packages and reject cancel requests
  5. Stop using the Reject Cancellation endpoint before March 31, 2024.
#