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.

OAuth Scopes


orders.read

Request Params

KeyDatatypeRequiredDescription
pagenumberThe Pagination page number

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"status":200,"data":[{"id":213320125,"status":"تم التنفيذ","note":"تم ارسال الطلب عبر شركة الشحن ارامكس","created_at":{"date":"2020-04-02 18:59:47.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},{"id":213320122,"status":"قيد التنفيذ","note":"null","created_at":{"date":"2020-04-02 16:59:47.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},{"id":213320121,"status":"تحت المراجعة","note":"null","created_at":{"date":"2020-04-02 16:50:47.000000","timezone_type":3,"timezone":"Asia/Riyadh"}}],"pagination":{"count":3,"total":3,"perPage":15,"currentPage":1,"totalPages":1,"links":[]}}