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

SLA information 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?

When sellers choose the express shipping option to facilitate faster delivery to customers, TikTok Shop will evaluate the shipping and collection time of the orders to provide a satisfactory user experience. In Seller Center, there are notifications to tell sellers about the shipping and collection time window and this change reflects these time windows in the API as *_due_time - shipping_due_time, collection_due_time, and delivery_due_time. There are also three other new properties: collection_time, delivery_time, cancel_time that reflect the actual collection, delivery and cancel time to help sellers have a better view of their order performance. These fields are available in the response from both the Get Order List and Get Order Details APIs. Additionally, cancel_order_sla_time is deprecated.

#

§2 Which markets are affected?

This change is applicable to all markets.

#

§3 Who is affected?

All seller types are affected by this change.

#

§4 Which version is applicable?

These changes are applicable to API v202309.

#

§5 What action is required?

We recommend adopting these changes so sellers can handle orders effectively in a timely manner. It also allows sellers to see their current order performance. Please note that cancel_order_sla_time is deprecated. Below is the list of the newly added properties:

PropertyTypeDescription
delivery_option_required_delivery_timeintOrder should be delivered before this time.
shipping_due_timeintIf the order status has not been updated to "AWAITING_COLLECTION" before this time, the order will be canceled by TikTok Shop.
collection_due_timeintIf the order status has not been updated to "IN_TRANSIT" before this time, the order will be canceled by TikTok Shop.
delivery_due_timeintIf the order has not been updated to "DELIVERED" before this time, the order will be canceled by TikTok Shop.
collection_timeintThe time of order status update to "IN_TRANSIT"
delivery_timeintThe time of order status update to "DELIVERED"
cancel_timeintThe time of order status update to "CANCELLED"
#