Hi,
As much I know that there are 2 ways of creating order in clover:
1) Creating order from clover device interface using 'Regiser' app.
2) Using API.
I am trying to create a test order using API but not able to create one in sandbox account as I cannot see that under ORDERS. Below is the script which I am running to which I get order creation response via curl but no such order can be seen in my sandbox account:
{ "note": "This is a test order for order creation. No need to deliver product.",
"title": "Test Order",
"taxRemoved": false }
As you can see, this is a very simplified form of API body taken out of the API body provided by clover for order creation but this is also not working.
Also, is there any documentation explaining all the attributes present in this body explaining what each key has to do and best approach of using API to create an order.
Please reply asap. Thanks!