Skip to main content

(38) Strikethrough price expired

1. Trigger scenario

This webhook will be triggered when the strikethrough pricing verification information expires, 90 days after submission. Prerequisite: The "Strikethrough Price" API scope is enabled in Partner Center. For more information, refer to Access Scope.

2. Data business parameters

Parameter nameData typeSampleDescription
typeint38The ID of this webhook topic, which is 38.
tts_notification_idstring"7327112393057371910"The ID of this webhook notification.
shop_idstring"7494049642642441621"The shop ID.
timestampint1644412885The time when this webhook is triggered. Unix timestamp.
dataobject
└ product_idstring"732357708734418520388"The TikTok Shop product ID.
└ sku_idstring"73235770873441823254"The TikTok Shop SKU ID.

Event example

JSONWord Wrap

{
"type": 38,
"tts_notification_id": "7327112393057371910",
"shop_id": "7494049642642441621",
"timestamp": 1644412885,
"data": {
"product_id": "732357708734418520388",
"sku_id": "73235770873441823254"
}
}