stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 item_promotion_push
Get the promotion update info
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 7 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | |||
| data.shop_id | int | 180727490 | Shopee's unique identifier for a shop. | |
| data.item_id | int | 15183813372 | Shopee's unique identifier for an item. | |
| data.variation_id | int | 12572585702 | Shopee's unique identifier for a variation of an item. | |
| data.promotion_type | string | flash_sale | 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 / Platform Streaming / Seller Streaming / Campaign (contains: deep_discount, platform_sale, low_price_promotion) | |
| data.promotion_id | int | 169262197127658 | The identity of item promotion. | |
| data.action | string | promo_cancelled | action could be one of promo_lock_stock, promo_cancelled and promo_end. | |
| data.update_time | timestamp | 1660124045 | Promotion update time. | |
| data.start_time | timestamp | 1660410000 | Promotion start time. | |
| data.end_time | timestamp | 1660453200 | Promotion end time. | |
| data.reserved_stock | int | 0 | The reserved stock set by the seller for the promotion. | |
| shop_id | int | 18072749 | Shopee's unique identifier for a shop. | |
| code | int | 7 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1660124045 | Timestamp 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
| Date | Change |
|---|---|
| 2023-08-01 | update promotion_type |
| 2022-08-18 | New Push Mechanism |
