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

US & UK Markets: Exchange Orders

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 US & UK Markets: Exchange Orders

US & UK Markets: Exchange Orders

Effective date: July 8, 2026

#

§2 What's changing

What's changing

TikTok buyers will have the ability to perform an exchange, which is initiated through their return journey within the TikTok application. This allows sellers to save GMV, rather than just giving a refund for a returned item. When a buyer submits an exchange, there are new API fields within the Returns & Orders API that identify an exchange is required.

#

§3 Impact

This is a backward-compatible change and will not require a new API version. Existing integrations will continue to work without any modification. However, in order for a seller's system to properly identify that a new return_id and outbound order_id were initiated due to an exchange, the seller must leverage specific parameters within the APIs.

Impacted Markets* United States (US) * United Kingdom (UK)
Returns APIsParameter Update
------
Search Returns API Search Aftersales Request API Search Return Merchandise Authorization API Webhook Topic: Return Status Change1. Added the following enumeration to the return_typefield: * EXCHANGE 2. Added the following enumerations to the return_status field: * EXCHANGE_REQUEST_PENDING * EXCHANGE_REQUEST_REFUND_SUCCESS * EXCHANGE_REQUEST_CANCEL * EXCHANGE_REQUEST_COMPLETE
Get Decision Eligibility API1. Added the following enumeration to the check_decisions and decision fields: * ISSUE_EXCHANGE_REFUND
Orders API EndpointsParameter Update
Get Order Details API Get Order List API1. is_exchange_order : When true, this is an exchange order that the seller must fulfill. 2. exchange_source_order_id: If the order is an exchange order, this field returns the original order's order ID, from which the exchange order was generated. Surfaced only if is_exchange_order= true Notes: When the buyer has shipped/dropped-off the return with the logistics carrier, that signal from the carrier integration with TikTok will confirm the package is in transit, and TikTok will automatically create the new exchange order. This new exchange order will also have a $0.00 order value, because the payment/GMV was previously captured within the original order_id**, and there are no financial transactions required, as TikTok only currently allows exchanges for items with the same exact dollar value. `
#

§4 Exchange workflow

Image

  1. When a buyer initiates an exchange, they will select which SKU they no longer want, and then select which SKU they want to receive for the exchange.
  2. Once the exchange is submitted, TikTok Shop will create a new return_id associated with the buyer's request and the parameter for return_type = EXCHANGE
  3. This return_id data is expected to sync from TikTok Shop to the seller's OMS and eventually WMS, so that sellers warehouse operations can expect the receiving of the return package for efficient processing.
  4. TikTok will provide the buyer with a return shipping label (or QR code for carrier drop-off)
  5. The buyer will ship the return (or drop-off) with the specific carrier they selected during the return check-out
  6. This carrier shipped/dropped-off signal is synced to TikTok, confirming the buyer has performed their action to return the item
  7. Upon receiving the carrier signal, TikTok will automatically create a new outbound order for SKU-B. Within the Get Order Details API & Get Order Lists API, there are two parameters that identify the exchange scenario:
  8. is_exchange_order: Boolean
  9. exchange_source_order_id: Original order's order ID, from which the exchange order was generated. Returned only if is_exchange_order = true.
  10. The seller's warehouse is expected to fulfill the order with the exchange item once they receive the order data for this exchange.
#

§5 FAQ

Question 1: TikTok automatically creates the exchange outbound order as soon as the buyer ships the return package. What happens if I receive the return package, and my warehouse inspects the item(s) to find them either damaged or missing? What processes do I have to dispute with the buyer and TikTok? Answer: As a seller, you can submit an arbitration process to dispute the damaged/missing items you were expecting to receive for this exchange.

Question 2: Is this a breaking change? Answer: No. This is an additive response field. Existing integrations will continue to work but you will need to map the new enumerations to ensure your data is reconciled accurately for these events.

Question 3: Does my app need a new authorization scope? Answer: Apps that already call Returns & Order scopes do not need new authorization.

#