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

For SEA Market: Recommended Improvement to Support Fast Delivery Service

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 ++Instant or Sameday shipping option++ to facilitate faster delivery to customers, TikTok Shop will aggressively evaluate the shipping and collection time of the orders to provide a satisfactory user experience. In Seller Center, there are several functions to support sellers for better managing these fast delivery orders. We recommend adopting the following changes

  1. Allow sellers to print shipping labels before schedule shipping
  2. Understand new SLA update
  3. Enhance your features to encourage faster actions
  4. Send push notifications when new orders arrived
  5. Orders tag or specific filters to easily separate fast delivery services
  6. Default to sort fast delivery orders on top
#

§2 Which markets are affected?

This is applicable for local sellers in the ID, SG, PH, VN, TH and MY markets.

#

§3 Who is affected?

All seller types are affected by this change.

#

§4 How to identify fast delivery options?

You can identify fast delivery options using the following fields

APIField nameTypeField Value
Get Order Detail, Get Order Listfulfillment_priority_levelint100 = Instant 200 = Sameday 8 hours 300 = Sameday
#

§5 What action is required?

We recommend adopting these changes so sellers can handle orders effectively in a timely manner.

#

§6 Allow sellers to print shipping labels before schedule shipping

Allow sellers to print shipping labels before schedule shipping

Applicable only for fulfillment_priority_level = 100,200,300. These 2 steps should be independent and can be processed without dependencies. Note: only applicable for ++printed document format is PDF.++

  1. Use the Get Package Shipping Document API to get the shipping label.
  2. Use the Ship Package API to schedule the package handover.
#

§7 Understand new SLA update

Understand new SLA update

Applicable only for fulfillment_priority_level = 100,200,300. Late Dispatch Rate (LDR) will be captured based on ++"Arrange Shipment"++ time. It's important to track this time as deadline for sellers to follow the guidelines strictly.

Delivery optionLDR Assessment whenAPIField name
Instant, Sameday 8 hours, SamedaySeller clicked "Arrange Shipment". This is when call Ship Package successfully.Get Order Detailrts_sla_time
Other delivery optionsPackage collection successful and order marked as "Shipped"tts_sla_time

For different countries, you can learn more about SLA in the following link

#

§8 Enhance your features to encourage faster actions

Enhance your features to encourage faster actions

It's recommended to use fulfillment_priority_level to differentiate fast delivery services and have the following functions available.

  1. Send push notifications when new orders arrived
  2. Orders tag or specific filters to easily separate fast delivery services
  3. Default to sort fast delivery orders on top
#