post https://sandbox-api.heypongo.com/v1/orders
Please keep your current payload if you are already using our previous endpoints.
Required scopes:
- order.create
Log in to see full request history
Response
Please keep your current payload if you are already using our previous endpoints.
Required scopes:
xxxxxxxxxx
12curl --request POST \
--url https://sandbox-api.heypongo.com/v1/orders \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"channel": "pos",
"delivery": "takeaway",
"order_status": "opened",
"delivery_status": "waiting-for-delivery"
}
'
Try It!
to start a request and see the response here! Or choose an example: