Skip to main content

item_price_update_push

Last Updated: 8 Sep 2025

Basics

PropertyValue
CategoryProduct Push
Push Mechanism Nameitem_price_update_push
Push Mechanism Code22
Push Mechanism DescriptionSend the push when the seller updates the original_price of the item or model.
Push Mechanism Subscription RulesERP System/Seller In House System/Product Management/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobjectMain Push message info.
item_idint641861418518Shopee's unique identifier for an item.
model_idint648791278571Shopee's unique identifier for a model of an item.
update_fieldstring"original_price"The field value we changed. It will be "original_price" and "local_price"
old_valuefloat119.99The original_price value before the updates.
new_valuefloat99.99The original_price value after the updates.
update_timetimestamp1660124246The time of original_price updates.
shop_idint64127449165Shopee's unique identifier for a shop.
codeint3222Shopee's unique identifier for a push notification.
timestamptimestamp1660124246Timestamp that indicates the message was sent.

Push Contents

Action: Seller updates the original_price of the item or model.

Json

{
"data": {
"item_id": 1861418518,
"model_id": 8791278571,
"update_field": "original_price",
"old_value": 119.99,
"new_value": 99.99,
"update_time": 1660124246
},
"shop_id": 127449165,
"code": 22,
"timestamp": 1660124246
}

Update Log

DateUpdate Details
2025-09-08The field update_field now supports a new enum value "local_price"
2024-06-27New Push