stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 1. Overview
This release updates the Create FBT MCF Order API. The request parameter district_or_county has been changed from required to optional.
Previously, callers had to always provide district_or_county when creating a Fulfilled by TikTok (FBT) Merchant-Configured Fulfillment (MCF) order. With this change, the field is no longer mandatory, so orders can be created even when the district or county information is not available on the caller's side.
§2 2. Change Details
| API | Create FBT MCF Order |
|---|---|
| Parameter | district_or_county (request parameter) |
| Before | Required |
| After | Optional |
§3 3. Impact & Affected Parties
3. Impact & Affected Parties
| Who is affected | ISVs and merchants who create FBT MCF orders through the Create FBT MCF Order API. |
|---|---|
| Nature of change | Non-breaking. Relaxing a required field to optional is backward compatible — existing requests that still pass district_or_county continue to work exactly as before. |
| Benefit | Orders can now be created without supplying district_or_county, reducing failures caused by missing district / county data and simplifying integration. |
§4 4. Recommended Actions for ISVs
- No mandatory action is required — existing integrations that still send
district_or_countywill keep working. - If your integration previously failed or blocked order creation due to a missing
district_or_countyvalue, you may now omit the field and let the order be created. - Review any client-side validation that enforced
district_or_countyas required and relax it accordingly.
