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

item_promotion_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 item_promotion_push

Get the promotion update info

#

§2 Overview

Overview

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

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobject
data.shop_idint180727490Shopee's unique identifier for a shop.
data.item_idint15183813372Shopee's unique identifier for an item.
data.variation_idint12572585702Shopee's unique identifier for a variation of an item.
data.promotion_typestringflash_salePromotion 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 / Platform Streaming / Seller Streaming / Campaign (contains: deep_discount, platform_sale, low_price_promotion)
data.promotion_idint169262197127658The identity of item promotion.
data.actionstringpromo_cancelledaction could be one of promo_lock_stock, promo_cancelled and promo_end.
data.update_timetimestamp1660124045Promotion update time.
data.start_timetimestamp1660410000Promotion start time.
data.end_timetimestamp1660453200Promotion end time.
data.reserved_stockint0The reserved stock set by the seller for the promotion.
shop_idint18072749Shopee's unique identifier for a shop.
codeint7Shopee's unique identifier for a push notification.
timestamptimestamp1660124045Timestamp that indicates the message was sent.
#

§4 Sample

Sample

{"data":{"shop_id":46641242,"item_id":14946910660,"variation_id":58301485734,"promotion_type":"flash_sale","promotion_id":669260829761778,"action":"promo_lock_stock","update_time":1660123421,"start_time":1660453200,"end_time":1660474800,"reserved_stock":100},"shop_id":46641242,"code":7,"timestamp":1660123421}
{"data":{"shop_id":180727490,"item_id":15183813372,"variation_id":125725857023,"promotion_type":"flash_sale","promotion_id":669262197127658,"action":"promo_cancelled","update_time":1660124045,"start_time":1660410000,"end_time":1660453200,"reserved_stock":0},"shop_id":180727490,"code":7,"timestamp":1660124045}
{"data":{"shop_id":498881374,"item_id":20109158685,"variation_id":87837495102,"promotion_type":"flash_sale","promotion_id":669083704356214,"action":"promo_end","update_time":1660122009,"start_time":1660114800,"end_time":1660122000,"reserved_stock":0},"shop_id":498881374,"code":7,"timestamp":1660122018}
#

§5 Update log

Update log

DateChange
2023-08-01update promotion_type
2022-08-18New Push Mechanism
#