stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 reserved_stock_change_push
Get the reserved stock change log
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 8 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | Main Push message info | ||
| data.shop_id | int | 12744916 | Shopee's unique identifier for a shop. | |
| data.item_id | int | 1861418518 | Shopee's unique identifier for an item. | |
| data.variation_id | int | 8791278571 | Shopee's unique identifier for a variation of an item. | |
| data.changed_values | object[] | Changed event. | ||
| data.changed_values.name | string | reserved_stock | The field value we changed. | |
| data.changed_values.old | int | 4951 | The value before change. | |
| data.changed_values.new | int | 4950 | The value after change. | |
| 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 | 137899002020202 | The identity of item promotion. | |
| data.action | string | place_order | The action of the event. Can be "place_order" or "cancel_order" | |
| data.ordersn | string | 210810QXVJM3EX | The ordersn associated with the event. | |
| data.update_time | string | 1660124246 | The time of event. | |
| shop_id | int | 127449165 | Shopee's unique identifier for a shop. | |
| code | int | 8 | Shopee's unique identifier for a push notification | |
| timestamp | timestamp | 1660124246 | Timestamp that indicates the message was sent. |
§4 Sample
Sample
{"data":{"shop_id":1274495,"item_id":18614185187,"variation_id":87912785718,"changed_values":[{"name":"reserved_stock","old":4951,"new":4950}],"promotion_type":"flash_sale","promotion_id":104993304719361,"action":"place_order","ordersn":"220810QXVJM3EX","update_time":1660124246},"shop_id":1274495,"code":8,"timestamp":1660124246}
{"data":{"shop_id":1274495,"item_id":19213740442,"variation_id":154918396482,"changed_values":[{"name":"reserved_stock","old":199,"new":200}],"promotion_type":"flash_sale","promotion_id":103363389812736,"action":"cancel_order","ordersn":"220809KS77DXTS","update_time":1660124321},"shop_id":1274495,"code":8,"timestamp":1660124321}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2023-08-01 | update promotion_type |
| 2022-08-18 | New Push Mechanism |
