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

US market: Changes to recipient_address masking

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 US market: Changes to recipient_address masking

#

§2 Summary

Summary

We'll be making some upcoming customer data desensitization changes, specifically which recipient_address-related parameters are masked in the API response for our Get Order List and Get Order Detail endpoints.

For some additional context, our current address masking protocol is as follows:

  • Seller Shipping (3PL, shipping_type=SELLER) orders return an unmasked recipient_address.
  • TikTok Shipping (4PL, shipping_type=TIKTOK) orders return a masked recipient_address.
  • Fulfilled-by-TikTok (FBT, fulfillment_type=FULFILLMENT_BY_TIKTOK) orders return a masked recipient_address.
#

§3 Why is this a breaking change?

Why is this a breaking change?

  • We're masking some previously unmasked fields, which may affect the expected information in the API response, and feature/app logic as a result.
  • Some sellers have built fulfillment processes based on the unmasking/availability of an address. In these cases, we want to emphasize that sellers should use order_status to determine if an order should be shipped.
  • Unmasking/masking changes should have no impact on a seller's current fulfillment process, specifically whether they use 3PL or 4PL to fulfill an order.
#

§4 Impact

Impact

Impacted market(s)* United States (US) - Local and cross-border
Impacted version(s)* 202309 (and later)
#

§5 Changes

Changes

#

§6 Seller Shipping (3PL) and TikTok Shipping (4PL)

Seller Shipping (3PL) and TikTok Shipping (4PL)

Address masking is dependent on order_status. For 3PL and 4PL orders, most address parameters will be unmasked. The key masked fields are as follows:

order_statusrecipient_address
* UNPAID * ON_HOLD * CANCELLED * 30 days after COMPLETED* phone_number * name * address_detail * address_line1 * address_line2 * delivery_preferences * postal_code * district_info.address_level if L3 or L4
#

§7 Fulfilled-by-TikTok (FBT)

Fulfilled-by-TikTok (FBT)

For FBT orders, most address parameters will be masked. The following recipient_address parameters for all order_status are will be unmasked:

  • buyer_email
  • district_info.address_level if L0, L1, or L2

Additionally, district_info.address_level=L3 will be unmasked for the following order_status:

  • AWAITING_SHIPMENT
  • AWAITING_COLLECTION
  • PARTIALLY_SHIPPING
  • IN_TRANSIT
  • DELIVERED
  • COMPLETED
#

§8 Next steps

Next steps

We're planning to implement these changes by July 21st, 2025, so please make sure any necessary updates are made by then.

#