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.
OAuth Scopes
orders.read
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":486187343,"reference_id":27372,"urls":{"customer":"https://shtara.com/profile","admin":"https://shtara.com/profiley"},"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":[],"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":9.283492836492365e+21,"mobile_code":"+999","email":"php.dev.test@gmail.com","urls":{"customer":"https://shtara.com/profile","admin":"https://shtara.com/profile0"},"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":"https://shtara.com/profile","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":[]}]}}