List Order Histories
GET {{baseUrl}}/orders/:order_id/histories?page=1
This endpoint allows you to return the history for a specific order by providing the ID of the order you want to get its history in the order path parameter.
Order history is a list of previous and current order statuses.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | The Pagination page number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","status":"\u003cnumber\u003e","data":[{"id":"\u003cnumber\u003e","status":"\u003cstring\u003e","note":"\u003cstring\u003e","created_at":{"date":"\u003cdateTime\u003e","timezone_type":"\u003cnumber\u003e","timezone":"\u003cstring\u003e"}}],"pagination":{"count":"\u003cnumber\u003e","total":"\u003cnumber\u003e","perPage":"\u003cnumber\u003e","currentPage":"\u003cnumber\u003e","totalPages":"\u003cnumber\u003e","links":["\u003cstring\u003e","\u003cstring\u003e"]}}