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

For US market: New property address_level field added to Orders API

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 addresses are organized at a hierarchical level starting from L0 to L3. For example,address level L3 is always a "City". The objects in the district_info list in the Orders API now include more information about this hierarchy by including a new address_level field which can be one of ["L0", "L1", "L2", "L3"].

#

§2 Which markets are affected?

This change is only for US markets.

#

§3 Who is affected?

Only local sellers who build Connector apps, Multi-Channel Management apps and Direct Integration are affected.

#

§4 Which version is applicable?

This change is for v202309 only, and the legacy API will not be changed.

#

§5 What action is required?

We recommend adopting your code to look for these levels as that will provide a more holistic overview of which field to parse. Integrate the "address level" (L0, L1, L2, L3) and regard it as from high level to low level. For example, L3 address level in the US is city, so use L3 address value to map the value to the "city" field in external system Shopify or WooCommerce.

RegionL0L1L2L3
USUSStateCountyCity
USUSStateBoroughCity
USUSStateParishCity
USUSStateCityCity
USUSFederal DistrictCountyCity
#

§6 Get Order List and Get Order Detail

Get Order List and Get Order Detail

#

§7 Parameters

Parameters

No change

#

§8 Responses

Responses

The response now contains district_info.address_level, with enumerated values ["L0", "L1", "L2", "L3"]. For different markets ( related to country or region in the real world), same address level value represents different district levels. Please see the table above for the nuances in addresses for the US market.

PropertiesTypeSampleProperties description
codeint0Return code for the API call
messagestringSuccessExplanation of the return code for the API call.
request_idstring202203070749000101890810281E8C70B7Request log
dataobjectSpecific return information
order_idstring576461413038785752Tiktok shop order id
district_info
address_level_namestringCountryThe name of administrative division that can be used by seller for ship. e.g. state/county/city/district/town etc.
address_namestringUnited KingdomAdministrative area name. eg: London
address_levelstringL0Administrative district level code. eg. US is L0
#

§9 Error code/message

Error code/message

No change

#