Order Details

GET {{baseUrl}}/orders/:order_id

This endpoint allows you to return the complete details for a specific order by providing the ID of the order you want to get its details in the order path parameter.

You are also able to send the reference_id as a query parameter to get order details. Check the List Orders Endpoint for more.

OAuth Scopes


orders.read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"id":486187343,"reference_id":27372,"date":{"date":"2020-09-11 01:24:04.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"payment_method":"credit_card","currency":"SAR","amounts":{"sub_total":{"amount":2069,"currency":"SAR"},"shipping_cost":{"amount":0,"currency":"SAR"},"cash_on_delivery":{"amount":0,"currency":"SAR"},"tax":{"percent":"5","amount":{"amount":103.45,"currency":"SAR"}},"discounts":[],"total":{"amount":2172.45,"currency":"SAR"}},"shipping":[{"id":1935030040,"app_id":"2032004508","company":"Test Shipping","logo":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","receiver":{"name":"Test user","email":"user@test.com","phone":"21000000000"},"shipper":{"name":"Demo","company_name":"Demo Store","email":"test@email.partners","phone":"966500000000"},"pickup_address":{"country":"السعودية","country_code":"SA","city":"مكة","shipping_address":"شارع عبدالله,السلام,23233, سنابل السلام, مكة,السعودية","street_number":"شارع عبدالله","block":"السلام","postal_code":"23233","geo_coordinates":{"lat":21.3825905096851,"lng":39.77319103068542}},"address":{"country":"SA","country_code":"SA","city":"جدة","shipping_address":" شارع jmoh El 8912749823764، الحي Om El 9823489237 23874982374،, building 124234324, floor 212423,, جدة, السعودية","street_number":"jmoh El 8912749823764","block":"Om El 9823489237","postal_code":"23874982374","geo_coordinates":{"lat":0,"lng":0}},"shipment":{"id":"0","pickup_id":null,"tracking_link":"0","label":[]},"policy_options":{"boxes":"3"}}],"can_cancel":false,"shipment_branch":[{"id":773200552,"name":"new branch","status":"active","is_default":false,"type":[]}],"customer":{"id":2107468057,"first_name":"Mohammed","last_name":"Ali","mobile":612430465,"mobile_code":"+999","email":"test@gmail.com","avatar":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","gender":"male","city":"الرياض","country":"السعودية","currency":"SAR","location":"Riyadh","updated_at":{"date":"2020-09-11 01:24:03.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"status":{"id":566146469,"name":"بإنتظار المراجعة","color":"#404146","icon":"ueaa7","hex_icon":60071,"web_icon":"icon-watch2","sort_order":2},"bank":null,"items":[{"id":885866188,"name":"ابل ايفون اس اي - 128 جيجا، رام 3 جيجا، شبكة الجيل الرابع ال تي اي، ابيض - شريحة واحدة وشريحة الكترونية","quantity":1,"currency":"SAR","weight":0.15,"amounts":{"price_without_tax":{"amount":2069,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"tax":{"percent":"5","amount":{"amount":0,"currency":"SAR"}},"total":{"amount":2069,"currency":"SAR"}},"notes":"","product":{"id":1392844553,"promotion":{"title":null,"sub_title":null},"status":"hidden","isAvailable":false,"sku":"","name":"ابل ايفون اس اي - 128 جيجا، رام 3 جيجا، شبكة الجيل الرابع ال تي اي، ابيض - شريحة واحدة وشريحة الكترونية","price":{"amount":2069,"currency":"SAR"},"sale_price":{"amount":2069,"currency":"SAR"},"currency":"SAR","url":"http://store.test/nabilanazer/RGBOx","thumbnail":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","has_special_price":true,"regular_price":{"amount":2199,"currency":"SAR"},"favorite":"null"},"options":[],"images":[],"codes":[],"files":[]}]}}