Create Order
POST {{baseUrl}}/orders
This endpoint allows you to create an order related to your store directly from this endpoint.
💡 Note
When creating an order, you must send either the
customer_id
variable or thereceiver
object, or both.
Request Body
{"customer_id"=>1438395499, "shipping_address"=>{"country_id"=>566146469, "city_id"=>2097610897, "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"}, "products"=>[{"id"=>784769282}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":1275404514,"reference_id":40497223,"urls":{"customer":"https://salla.sa/dev-wofftr4xsra5xtlv/order/Rowq4JLlxVenM8ELG5X1vzOPYXyjGpQ0","admin":"https://s.salla.sa/orders/order/Rowq4JLlxVenM8ELG5X1vzOPYXyjGpQ0"},"date":{"date":"2022-06-16 14:41:05.000000","timezone_type":3,"timezone":"Asia/Riyadh"},"source":"dashboard-api","source_device":"desktop","source_details":{"type":"dashboard-api","value":null,"device":"desktop","user-agent":"PostmanRuntime/7.29.0","ip":null},"first_complete_at":null,"status":{"id":566146469,"name":"بإنتظار المراجعة","slug":"under_review"},"payment_method":"credit_card","currency":"SAR","amounts":{"sub_total":{"amount":0,"currency":"SAR"},"shipping_cost":{"amount":0,"currency":"SAR"},"cash_on_delivery":{"amount":0,"currency":"SAR"},"tax":{"percent":"0.00","amount":{"amount":0,"currency":"SAR"}},"discounts":[],"total":{"amount":0,"currency":"SAR"}},"shipping":[],"can_cancel":true,"can_reorder":true,"is_pending_payment":false,"pending_payment_ends_at":75598,"rating_link":"https://store-test.com/rating-link","shipment_branch":[],"customer":{"id":1438395499,"first_name":"صالح","last_name":"4","mobile":540090076,"mobile_code":"+966","email":"","urls":{"customer":"https://salla.sa/dev-wofftr4xsra5xtlv/profile","admin":"https://s.salla.sa/customers/Y7GXy5K8j9Qw1lrAKz3WLPkOq4omVNR2"},"avatar":"https://store-test.com/cp/assets/images/avatar_male.png","gender":"","birthday":null,"city":"","country":"السعودية","country_code":null,"currency":"SAR","location":"","updated_at":{"date":"2022-05-23 09:37:10.000000","timezone_type":3,"timezone":"Asia/Riyadh"}},"items":[{"id":510046883,"name":"تي شيرت بلاك","sku":"996754231","quantity":1,"currency":"SAR","weight":12,"amounts":{"price_without_tax":{"amount":55,"currency":"SAR"},"total_discount":{"amount":0,"currency":"SAR"},"tax":{"percent":"0","amount":{"amount":0,"currency":"SAR"}},"total":{"amount":55,"currency":"SAR"}},"notes":"","product":{"id":784769282,"type":"product","promotion":{"title":"New","sub_title":"Collection 2020"},"status":"sale","is_available":true,"sku":"996754231","name":"تي شيرت بلاك","price":{"amount":55,"currency":"SAR"},"sale_price":{"amount":0,"currency":"SAR"},"currency":"SAR","url":"https://salla.sa/dev-wofftr4xsra5xtlv/t-shirt-blue-collection-2020/p784769282","thumbnail":"https://cdn.salla.sa/bYQEn/uUTgTrRihqRAGXy0jEV8DcJ3D8j4v6PPtwRpkCdz.png","has_special_price":false,"regular_price":{"amount":55,"currency":"SAR"},"calories":null,"mpn":"45343","gtin":"14643439","favorite":null},"options":[],"images":[],"codes":[],"files":[]}],"bank":null,"tags":[]}}