Create Order
POST {{baseUrl}}/orders
This endpoint allows you to create a new order and return the order details.
Response contains full details about the order, including payment information, shipping details, customer information, order status, order items and more.
OAuth Scopes
orders.read_write
Request Body
{"customer_id"=>731056554, "receiver"=>{"name"=>"Mohammed Ali", "country_code"=>"SA", "phone"=>"777777777", "country_prefix"=>"+967", "email"=>"amk100@test.test", "notify"=>true}, "shipping_address"=>{"branch_id"=>566629049, "country_id"=>1473353380, "city_id"=>566146469, "block"=>"Om El 9823489237", "street_number"=>"jmoh El 8912749823764", "address"=>"building 124234324, floor 212423", "postal_code"=>"23874982374", "geocode"=>"21.4283792, 21.4283792"}, "payment"=>{"status"=>"paid", "method"=>"credit_card", "accepted_methods"=>["credit_card", "mada", "bank", "cod"]}, "products"=>[{"id"=>1070134798, "quantity"=>1, "name"=>"ابل ايفون اس اي - 128 جيجا، رام 3 جيجا، شبكة الجيل الرابع ال تي اي، ابيض - شريحة واحدة وشريحة الكترونية", "price"=>15}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
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":{"id":0,"company":"string","receiver":{"name":"string","email":"string","phone":"string"},"shipper":{"name":"string","company_name":"string","email":"string","phone":"string"},"pickup_address":{"country":"string","city":"string","shipping_address":"string","street_number":null,"block":null,"postal_code":null,"geo_coordinates":{"lat":0,"lng":0}},"address":{"country":"string","city":"string","shipping_address":"string","street_number":"string","block":"string","postal_code":"string"},"shipment":{"id":"1Z932R800390810600","pickup_id":0,"tracking_link":"https://track.shipengine.com/se/v1/f/gREEJpNUbEezRxfNkeBJHQ","label":{"format":"pdf","url":"https://ejack.fastcoo-solutions.com/lm//p/qJl3sHMHgWW36ilAgPM4dA_e__e_"}}},"can_cancel":false,"customer":{"id":2107468057,"first_name":"Mohammed","last_name":"Ali","mobile":509480868,"mobile_code":"+999","email":"test@test.tets","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":{},"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":"Promotion Title","sub_title":"Promotion subtitle"},"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://shtara.com/profile","has_special_price":true,"regular_price":{"amount":2199,"currency":"SAR"},"favorite":"null"},"options":[],"images":[],"codes":[],"files":[]}]}}