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

Delivery instructions now available in 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?

We've introduced a new delivery_instruction component to the Get Order Detail and Get Order List APIs. This component includes the drop_off_location property, which represents the customer's preferred package drop-off location specified at the time of order placement. For instance, it could be "front door / porch" or "back door".

This new property allows sellers to provide delivery instructions to the shipping provider, enabling the postman to deliver the package to the customer's preferred location.

To effectively implement the newly introduced delivery_instruction component, it's essential to adopt version 202309 of the APIs. Learn more about the prior significant updates on API paths and versioning methods from Introducing API version 202309.

The following are the new API paths:

  • Get Order List: /order/202309/orders/search
  • For example:
https://open-api.tiktokglobalshop.com/order/202309/orders/search?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268
  • Get Order Detail: /order/202309/orders
  • For example:
https://open-api.tiktokglobalshop.com/order/202309/orders?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268&ids=ids=1234565,123555
#

§2 Which markets are affected?

The delivery_instruction component is available to local sellers and cross-border sellers in the US market.

#

§3 Who is affected?

This change only applies to developers with applications that use API version 202309 of the Get Order Detail and Get Order List API. Learn more about Upgrading to API version 202309.

#

§4 What action is required?

We strongly recommend developers integrate the new delivery_instruction component and prominently display the drop_off_location sellers and shipping providers for efficient and accurate deliveries.

#