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

EU Markets: Introducing VAT Calculation Service (VCS) — New Product and Order API Fields

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?

TikTok Shop has introduced the VAT Calculation Service (VCS), a feature that automatically calculates the correct VAT on every sale made to customers in the European Union.

When a seller enables VCS, two areas of the API are affected:

  1. Product listing — Product Tax Code (PTC)

A new product attribute has been added to support PTC. Use the Get Attributes endpoint to retrieve the available Product Tax Code (PTC) options by category.

  • PTC can be set at the shop level (default) or overridden at the product level.
  • Product-level PTC takes precedence over shop-level PTC.
  • Shop Level PTC can only be configured and viewed in the TikTok Shop Seller Center.
  1. Orders — VAT fields

The following fields will return VAT values in the Get Order Detail endpoint when VCS is enabled:

FieldDescription
item_taxVAT applied based on the PTC at shop or product level
shipping_tax_amountShipping tax configured in Seller Center tax settings
shipping_tax_rateShipping tax rate configured in Seller Center tax settings

Seller configuration requirements: For VCS to work, sellers must configure it in Seller Center. For requirements and setup instructions, refer to the guides by market:

#

§2 Which markets are affected?

This change applies to EU markets: DE, ES, FR, IE, IT.

#

§3 Who is affected?

Developers with applications that are used for product catalog and order management.

#

§4 What action is required?

  1. Product listing and management
  2. Add a PTC selector field in your product listing UI
  3. Populate available PTC options using the Get Attributes endpoint (attribute ID: 103356)
  4. Order management

Update your order handling logic to read and display the new fields and values:

  • item_tax
  • shipping_tax_amount
  • shipping_tax_rate
  • Seller guidance

Guide sellers to complete the following steps in Seller Center before using VCS:

  • Configure VCS: set a default PTC and shipping tax rate.
  • Review the PTC reference table in TikTok Shop Academy to understand applicable tax rates per PTC.
#