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

BR and MX markets: Changes to name logic

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 BR and MX markets: Changes to name logic

#

§2 Summary

Summary

We're making some changes to the API logic in Get Order Detail to address common issues around the different name-related parameters.

#

§3 Impact

Impact

Impacted market(s)* Brazil (BR) * Mexico (MX)
Impacted version(s)* 202309 (and later)
#

§4 Changes

Changes

#

§5 Get Order Detail

Get Order Detail

Currently, when buyers place an order, they provide a first_name and last_name that are returned in the recipient_address response for Get Order Detail. The two parameters are additionally concatenated to return the name field:

first_namelast_namename
JohnDoeJohn Doe

For the BR and MX markets, buyers will now only need to provide a single name, and the API logic will synchronize this into the first_name field as well, leaving the last_name field empty:

first_namelast_namename
John DoeJohn Doe

We are hoping this will remove some confusion around the difference(s) between these three fields.

#

§6 Next steps

Next steps

Since this is only a logic change, please ensure your logic is still compatible. There are no new or deprecated parameters that need to be supported.

#