来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 For All Markets : New properties added to Finance transaction APIs
#§2 Overview
Overview
Three Finance transaction APIs are getting new return properties. The change is additive and backward compatible — no existing field is removed or modified. The affected APIs are:
- Get Transactions by Order
- Get Transactions by Statement
- Get Unsettled Transaction
In summary, the three new properties are:
- tiktok_shop_shipping_incentive_amount — the shipping incentive granted by the platform to the merchant.
- cps_shop_ads_commission_tax_amount — the tax charged on the commission of CPS Shop Ads.
- gmv_max_coupon_fee — the coupon fee associated with GMV Max (QCPX) advertising.
- shipping_insurance_fee_tax_amount— Tax applied to the shipping protection fee.
§3 What is changing, by API
#§4 Get Transactions by Order
Get Transactions by Order
Adds three new amount properties to the transaction object:
| New property | Description |
|---|---|
| tiktok_shop_shipping_incentive_amount | Shipping incentive granted by the platform to the merchant |
| cps_shop_ads_commission_tax_amount | Tax on the commission of CPS Shop Ads |
| gmv_max_coupon_fee | Coupon fee associated with GMV Max (QCPX) advertising |
| shipping_insurance_fee_tax_amount | Tax applied to the shipping protection fee. |
§5 Get Transactions by Statement
Get Transactions by Statement
Adds three new amount properties to the transaction object:
| New property | Description |
|---|---|
| tiktok_shop_shipping_incentive_amount | Shipping incentive granted by the platform to the merchant |
| cps_shop_ads_commission_tax_amount | Tax on the commission of CPS Shop Ads |
| gmv_max_coupon_fee | Coupon fee associated with GMV Max (QCPX) advertising |
| shipping_insurance_fee_tax_amount | Tax applied to the shipping protection fee. |
§6 Get Unsettled Transaction
Get Unsettled Transaction
Adds two new amount properties to the transaction object:
| New property | Description |
|---|---|
| tiktok_shop_shipping_incentive_amount | Shipping incentive granted by the platform to the merchant |
| cps_shop_ads_commission_tax_amount | Tax on the commission of CPS Shop Ads |
| shipping_insurance_fee_tax_amount | Tax applied to the shipping protection fee. |
Note: Get Unsettled Transaction does not include gmv_max_coupon_fee.
§7 Affected markets and merchants
The new properties apply to the markets and merchants below. Each property returns a non-zero value only when the corresponding fee/incentive occurs; otherwise it returns 0 and there is no impact.
| Property | Markets |
|---|---|
| tiktok_shop_shipping_incentive_amount | Global |
| cps_shop_ads_commission_tax_amount | EU / UK / US / JP |
| gmv_max_coupon_fee | Global |
| shipping_insurance_fee_tax_amount | Global |
§8 How to integrate
This change applies automatically on the effective date. No API version upgrade or declaration is required. Ensure your JSON parsing tolerates the new fields, then include the new amounts in reconciliation and reporting where relevant.
