https://scl-sandbox.dev.clover.com/v1/orders
This is the API to be created the order from clover API doc.
'{"currency":"usd", "customer":"{customer_uuid}", "email":"john.doe@customer.com", "items":[{"amount":1800, "currency":"usd", "description":"Test item #1", "quantity":1,"type":"sku" "tax_rates":[{"name":"Sale","rate":1000000}]}], "shipping":{"address":{city":"Sunnyvale", "country":"US", "line1":"415 N Mathilda Ave", "postal_code":"94085", "state":"California"},"name":"John Doe"}}'
This is the request body example from clover API doc.
1. What does "customer_uuid" means?
2. What does "email" value means?
3. This order API is available to use without items and shipping too?