Create order
Submits a new order for processing.
Authentication
No authentication required.
Request body
Content type: application/json
- object
idstring (uuid)requiredcustomerIdstring (uuid)requiredtotalintegerrequiredTotal in cents.statusstringrequiredmetadataobject
Response
Created.
curl -X POST '/orders'