Skip to main content

reserved_stock_change_push

Last Updated: 1 Aug 2023

Basics

PropertyValue
CategoryProduct Push
Push Mechanism Namereserved_stock_change_push
Push Mechanism Code8
Push Mechanism DescriptionGet the reserved stock change log
Push Mechanism Subscription RulesOriginal/ERP System/Seller In House System/Product Management/Marketing/Customized APP/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobjectMain Push message info
shop_idint12744916Shopee's unique identifier for a shop.
item_idint1861418518Shopee's unique identifier for an item.
variation_idint8791278571Shopee's unique identifier for a variation of an item.
changed_valuesobject[]Changed event.
namestringreserved_stockThe field value we changed.
oldint4951The value before change.
newint4950The value after change.
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)
promotion_idint137899002020202The identity of item promotion.
actionstringplace_orderThe action of the event. Can be "place_order" or "cancel_order"
ordersnstring210810QXVJM3EXThe ordersn associated with the event.
update_timestring1660124246The time of event.
shop_idint127449165Shopee's unique identifier for a shop.
codeint8Shopee's unique identifier for a push notification
timestamptimestamp1660124246Timestamp 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

DateUpdate Details
2023-08-01update promotion_type
2022-08-18New Push Mechanism