reserved_stock_change_push
Last Updated: 1 Aug 2023
Basics
| Property | Value |
|---|---|
| Category | Product Push |
| Push Mechanism Name | reserved_stock_change_push |
| Push Mechanism Code | 8 |
| Push Mechanism Description | Get the reserved stock change log |
| Push Mechanism Subscription Rules | Original/ERP System/Seller In House System/Product Management/Marketing/Customized APP/Swam ERP |
| Time Out Seconds | 3s |
| Sequence Guaranteed | No |
| Can Repeated Same Message | Yes |
| Retry Seconds | 300s,1800s,10800s |
Push Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| data | object | Main Push message info | |
| shop_id | int | 12744916 | Shopee's unique identifier for a shop. |
| item_id | int | 1861418518 | Shopee's unique identifier for an item. |
| variation_id | int | 8791278571 | Shopee's unique identifier for a variation of an item. |
| changed_values | object[] | Changed event. | |
| name | string | reserved_stock | The field value we changed. |
| old | int | 4951 | The value before change. |
| new | int | 4950 | The value after change. |
| 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) |
| promotion_id | int | 137899002020202 | The identity of item promotion. |
| action | string | place_order | The action of the event. Can be "place_order" or "cancel_order" |
| ordersn | string | 210810QXVJM3EX | The ordersn associated with the event. |
| 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. |
Push Contents
Action: place_order
Json
{"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}
Action:cancel_order
Json
{"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}
Update Log
| Date | Update Details |
|---|---|
| 2023-08-01 | update promotion_type |
| 2022-08-18 | New Push Mechanism |