Skip to main content

order_status_push

Last Updated: 14 Aug 2023

Basics

PropertyValue
CategoryOrder Push
Push Mechanism Nameorder_status_push
Push Mechanism Code3
Push Mechanism DescriptionGet notified immediately on all order status updates. This includes order cancellations that occur before shipping, so that you can take the necessary steps in time.
Push Mechanism Subscription RulesOriginal/ERP System/Seller In House System/Order Management/Customer Service/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobjectMain Push message data
ordersnstring220810QSK8S7BXReturn by default. Shopee's unique identifier for an order.
statusstringPROCESSEDReturn by default. Enumerated type that defines the current status of the order.
completed_scenariostringNORMALTo indicate which COMPLETED status order is in. NORMAL: The order has been completed. RRAOC: The whole RRAOC (raise return&refund after order completed) progress has been completed.
update_timetimestamp1660123127Return by default. Timestamp that indicates the last time that there was a change in value of order, such as order status changed from 'Paid' to 'Completed'.
shop_idint727720655Shopee's unique identifier for a shop. Required param for most APIs.
codeint3Shopee's unique identifier for a push notification.
timestamptimestamp1660123127Timestamp that indicates the message was sent.

Json

{"data":{"items":[],"ordersn":"220810QSK8S7BX","status":"PROCESSED","completed_scenario":"","update_time":1660123127},"shop_id":727720655,"code":3,"timestamp":1660123127}

Update Log

DateUpdate Details
2023-08-14Shopee now support buyer to raise return& refund after order completed, for order_status_push add new field "completed_scenario" to indicate which COMPLETED status order is in.
2022-08-18New Push Mechanism