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

For All Markets : New properties added to Finance transaction APIs

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 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 propertyDescription
tiktok_shop_shipping_incentive_amountShipping incentive granted by the platform to the merchant
cps_shop_ads_commission_tax_amountTax on the commission of CPS Shop Ads
gmv_max_coupon_feeCoupon fee associated with GMV Max (QCPX) advertising
shipping_insurance_fee_tax_amountTax 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 propertyDescription
tiktok_shop_shipping_incentive_amountShipping incentive granted by the platform to the merchant
cps_shop_ads_commission_tax_amountTax on the commission of CPS Shop Ads
gmv_max_coupon_feeCoupon fee associated with GMV Max (QCPX) advertising
shipping_insurance_fee_tax_amountTax applied to the shipping protection fee.
#

§6 Get Unsettled Transaction

Get Unsettled Transaction

Adds two new amount properties to the transaction object:

New propertyDescription
tiktok_shop_shipping_incentive_amountShipping incentive granted by the platform to the merchant
cps_shop_ads_commission_tax_amountTax on the commission of CPS Shop Ads
shipping_insurance_fee_tax_amountTax 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.

PropertyMarkets
tiktok_shop_shipping_incentive_amountGlobal
cps_shop_ads_commission_tax_amountEU / UK / US / JP
gmv_max_coupon_feeGlobal
shipping_insurance_fee_tax_amountGlobal
#

§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.

#