post
https://apiv4.ordering.co////orders
This API endpoint is used to create orders.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
X-APP-XIt 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 APIIn the response, the customer_id will always come null if there isn't an Authorization Bearer Token sent in the header.

