return_updates_push
Last Updated: 31 Dec 2024
Thông số cơ bản
| Property | Value |
|---|---|
| Category | Return Push |
| Push Mechanism Name | return_updates_push |
| Push Mechanism Code | 29 |
| Push Mechanism Description | Get notified when the following fields of Return Refund change: return_status, return_solution, seller_proof_status, logistics_status |
| Push Mechanism Subscription Rules | ERP System/Seller In House System/Order Management/Customer Service/Ads's Service App/Swam ERP |
| Time Out Seconds | 3s |
| Sequence Guaranteed | No |
| Can Repeated Same Message | Yes |
| Retry Seconds | 300s,1800s,10800s |
Tham số Push
| Tên | Kiểu | Mẫu | Mô tả |
|---|---|---|---|
| data | object | Dữ liệu chính của thông báo push. | |
| order_sn | string | 241128EDQ9YKJ0 | Trả về theo mặc định. Số sê-ri định danh duy nhất của Shopee cho một đơn hàng. |
| return_sn | string | 2411280EDT4JRV5 | Trả về theo mặc định. Số sê-ri định danh duy nhất của Shopee cho một yêu cầu Trả hàng/Hoàn tiền. |
| updated_values | object[] | ||
| update_field | string | return_status | Trường có giá trị được cập nhật. - return_status - return_solution - seller_proof_status - logistics_status |
| old_value | string | JUDGING | Giá trị trước khi cập nhật. |
| new_value | string | PROCESSING | Giá trị sau khi cập nhật. |
| update_time | timestamp | 1732796767 | Thời điểm cập nhật. |
| shop_id | int64 | 220004993 | Mã định danh duy nhất của Shopee cho một cửa hàng. Required param for most APIs. |
| code | int64 | 29 | Mã định danh duy nhất của Shopee cho một thông báo push. |
| timestamp | timestamp | 1732796767 | Dùng để chỉ thời gian của yêu cầu. |
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
}
Lịch sử cập nhật
| Ngày | Chi tiết cập nhật |
|---|---|
| 2024-12-24 | New Push |