快工助手跨境电商知识与商机助手

return_updates_push

Shopee 官方资料 · Shopee Open Platform 推送机制(Push Mechanism) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.push_mechanism
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/developertopic/pushtopic/return-push

资料正文

§1 return_updates_push

Get notified when the following fields of Return Refund change: return_status, return_solution, seller_proof_status, logistics_status

#

§2 Overview

Overview

FieldValue
Push code29
Timeout (seconds)3
Retry strategy (seconds)300, 1800, 10800
Guaranteed deliveryNo
#

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobjectMain Push message data.
data.order_snstring241128EDQ9YKJ0Return by default. Shopee's unique serial number identifier for an order.
data.return_snstring2411280EDT4JRV5Return by default. Shopee's unique serial number identifier for a Return Refund request.
data.updated_valuesobject[]
data.updated_values.update_fieldstringreturn_statusThe field whose value is updated.; - return_status; - return_solution; - seller_proof_status; - logistics_status
data.updated_values.old_valuestringJUDGINGThe value before the updates.
data.updated_values.new_valuestringPROCESSINGThe value after the updates.
data.updated_values.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.
#

§4 Sample

Sample

{
   "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
}
#

§5 Update log

Update log

DateChange
2024-12-24New Push
#