Skip to main content

return_updates_push

Last Updated: 31 Dec 2024

Basics

PropertyValue
CategoryReturn Push
Push Mechanism Namereturn_updates_push
Push Mechanism Code29
Push Mechanism DescriptionGet notified when the following fields of Return Refund change: return_status, return_solution, seller_proof_status, logistics_status
Push Mechanism Subscription RulesERP System/Seller In House System/Order Management/Customer Service/Ads's Service App/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobjectMain Push message data.
order_snstring241128EDQ9YKJ0Return by default. Shopee's unique serial number identifier for an order.
return_snstring2411280EDT4JRV5Return by default. Shopee's unique serial number identifier for a Return Refund request.
updated_valuesobject[]
update_fieldstringreturn_statusThe field whose value is updated. - return_status - return_solution - seller_proof_status - logistics_status
old_valuestringJUDGINGThe value before the updates.
new_valuestringPROCESSINGThe value after the updates.
update_timetimestamp1732796767The time of the updates.
shop_idint64220004993Shopee's unique identifier for a shop. Required param for most APIs.
codeint6429Shopee's unique identifier for a push notification.
timestamptimestamp1732796767This is to indicate the timestamp of the request.

Json

{
"data": {
"order_sn": "241128EDQ9YKJ0",
"return_sn": "2411280EDT4JRV5",
"updated_values": [
{
"update_field": "return_status",
"old_value": "JUDGING",
"new_value": "PROCESSING",
"update_time": 1732796767
},
{
"update_field": "logistics_status",
"old_value": "LOGISTICS_NOT_STARTED",
"new_value": "LOGISTICS_PENDING_ARRANGE",
"update_time": 1732796767
}
]
},
"shop_id": 220004993,
"code": 29,
"timestamp": 1732796767
}

Update Log

DateUpdate Details
2024-12-24New Push