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

promotion_update_push

Shopee 官方资料 · Shopee Open Platform 推送机制(Push Mechanism) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.push_mechanism
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/developertopic/marketing-pushtopic/push

资料正文

§1 promotion_update_push

Get the promotion update

#

§2 Overview

Overview

FieldValue
Push code9
Timeout (seconds)3
Retry strategy (seconds)300, 1800, 10800
Guaranteed deliveryNo
#

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobject
data.shop_idint122406687Shopee's unique identifier for a shop.
data.promotion_idint965808642693807The identity of item promotion.
data.promotion_typestringseller_discountThe type of promotion.Promotion type:seller_discount / product_promotion_SG / product_promotion_MY / product_promotion_ID / product_promotion_VN / product_promotion_TW / product_promotion_TH / product_promotion_PH / flash_sale (contains: in_shop_flash_sale, flash_sale, brand_sale) / add_on_deal_main / add_on_deal_sub / bundle_deal / group_buy
data.end_timetimestamp1660123171Promotion end time.
data.actionstringpromo_time_updatedThe action of the event. Action: added_in_promo / removed_from_promo / promo_time_updated
data.item_idint89526059511Shopee's unique identifier for an item.
data.variation_idint163967197734Shopee's unique identifier for a variation of an item.
shop_idint122406687Shopee's unique identifier for a shop.
codeint9Shopee's unique identifier for a push notification.
timestamptimestamp1660123173Timestamp that indicates the message was sent.
#

§4 Sample

Sample

{"data":{"shop_id":712661865,"promotion_id":22775521,"promotion_type":"bundle_deal","start_time":1660124460,"end_time":1661943600,"action":"added_in_promo","item_id":14662380213,"variation_id":0},"shop_id":712661865,"code":9,"timestamp":1660124466}
{"data":{"shop_id":526225965,"promotion_id":668908774363077,"promotion_type":"seller_discount","action":"removed_from_promo","item_id":20332329221,"variation_id":145413438373},"shop_id":526225965,"code":9,"timestamp":1660124435}
{"data":{"shop_id":722406687,"promotion_id":665808642693807,"promotion_type":"seller_discount","end_time":1660123171,"action":"promo_time_updated","item_id":19526059511,"variation_id":163767197734},"shop_id":722406687,"code":9,"timestamp":1660123173}
#

§5 Update log

Update log

DateChange
2022-08-18New Push Mechanism
#