[Order Status Change] Asynchronous notification parameter description for order status change
CAUTION
Field | Type | Desc | Remark |
---|---|---|---|
notify_type | String | Notify Type | The current type of asynchronous notification is: order_status_change |
order_id | String | Order ID | ET Order ID |
datetime | String | Order status change datetime | String type, example 2024-12-12 10:00:00 Beijing Time (utf-8) |
order_status | String | Order Status | For details, see the constant description order_status description. |
sign | String | signature | Use MD5 to generate signatures. For detailed procedures, please refer to the asynchronous notification signature generation process instructions |
Field | Type | Desc | Remark |
---|---|---|---|
notify_result | String | notify result | If "OK" is returned, the notification is successful and no more notifications are sent. If other result are returned, the notifications continue to be sent. |
{
"notify_result": "OK"
}
Modified at 2024-12-16 04:00:08