来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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:
- 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
PTCtakes precedence over shop-level PTC. - Shop Level PTC can only be configured and viewed in the TikTok Shop Seller Center.
- Orders — VAT fields
The following fields will return VAT values in the Get Order Detail endpoint when VCS is enabled:
| Field | Description |
|---|---|
item_tax | VAT applied based on the PTC at shop or product level |
shipping_tax_amount | Shipping tax configured in Seller Center tax settings |
shipping_tax_rate | Shipping 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?
- Product listing and management
- Add a PTC selector field in your product listing UI
- Populate available PTC options using the Get Attributes endpoint (attribute ID:
103356) - Order management
Update your order handling logic to read and display the new fields and values:
item_taxshipping_tax_amountshipping_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.
