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

(56) Sample Application Status Change

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 (56) Sample Application Status Change

#

§2 Trigger scenario

Trigger scenario

This webhook will trigger when the creator's sample application status changes.

#

§3 Data business parameters

Data business parameters

Parameter nameData TypeSampleDescription
typeint56The ID of the webhook type.
tts_notification_idstring"7327112393057371910"The ID of the notification.
shop_idstring"7494049642642441621"TikTok shop ID
timestampint1644412885The UNIX timestamp when this webhook was triggered.
dataobject
└application_idstring"123456"The id of the sample application
└new_statusstring"PENDING"The status of sample applications. The possible enumerated values are: * PENDING: The sample application is waiting for the seller's review. * AWAITING_SHIPMENT: The application is approved, and the seller needs to ship the sample. * SHIPPED: The sample has been shipped by the seller and is waiting for the creator to receive the package. * CONTENT_PENDING: The creator has received the sample package and is expected to create content. * REJECT_CANCELLED: The sample application has been rejected by the seller. * OVERDUE_CANCELLED: The sample application has expired due to being overdue. * UNFULFILL_CANCELLED: The creator did not fulfill the commitment to create content within the agreed timeframe. * DEL_OPEN_COLLAB: Open collaboration has been deleted. * SELLER_NOT_SHIP_CANCELLED: The seller did not ship the sample within the required timeframe. * WITHDRAW_CANCELLED: The creator withdrew the sample application before the seller approved it. * UNFULFILLABLE_CANCELLED: The application was cancelled due to reasons beyond the creator's control, making it impossible to create content. * OPS_CANCELLED: The application was manually cancelled by operations staff. * OPS_FAILED: The application was marked as failed by operations staff. * OPS_COMPLETED: The application was manually marked as completed by operations staff. * COMPLETED: The application is complete, and the creator has posted the content. This field allows for tracking the status of a sample application throughout its lifecycle, providing visibility into each stage of the process for sellers and creators.
└creator[]objectCreator detailed information. It includes various details such as the creator's TikTok user name and TikTok user id.
└└creator_open_idstring"uACafQAAAABmUU2qon4R0vUYvUVS3QC6CICP2m5A2-wd77j8R9G0yg"Creator Open ID. More details
└product[]objectProduct information.
└└idstring"1729859829942358814"The product identifier.
└└sku_idstring"1729859567502267166"The unique id of product sku which the creator applied for as a sample.
#

§4 Event example

Event example

{
  "type": 56,
  "shop_id": "7494049642642441621",
  "tts_notification_id": "7327112393057371910",
  "timestamp": 1644412885,
  "data": {
    "application_id": "123456",
    "new_status": "PENDING",
    "creator": {
      "creator_open_id": "uACafQAAAABmUU2qon4R0vUYvUVS3QC6CICP2m5A2-wd77j8R9G0yg"
    },
    "product": {
      "id": "1729859829942358814",
      "sku_id": "1729859567502267166"
    }
  }
}
#