Create Order

This API endpoint is used to create orders.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

X-APP-X

It is a header parameter to know from what medium the order was created for example, web, ios app, android app, etc.

Using Ordering SDK


const response = await ordering.orders().save(data);
❗️

Common issue when creating orders via API

In the response, the customer_id will always come null if there isn't an Authorization Bearer Token sent in the header.

Path Params
string
required
Defaults to en
string
required
Defaults to demo
string
required
Defaults to v400
string
required
Defaults to v400
Body Params
int32
required
int32
required
int32
date
required
int32
required
string
int32
float
string
int32
string

only on cash payment

int32
json
required
json
required
json
required
Headers
string
Defaults to web

Since what order was placed

string

Authorization to make a order as Admin or business owner, also to identify the customer related to the order.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json