Lấy danh sách lịch sử đơn hàng
/api/order/history: Tính năng này dùng để lấy lịch sử thao tác với đơn hàng.
Request
The search param - (Data array)
Param | Type | Required | Description |
---|---|---|---|
orderId | Int | Yes | ID đơn hàng trên Nhanh.vn |
Response
JSON decode the response to get the structure:
Key | Type | Description |
---|---|---|
code | int | 1 = success or 0 = failed |
messages | array | is an array of error messages if code = 0 |
data | array | Mảng danh sách lịch sử thao tác của đơn hàng |
Last updated