question

ezpays avatar image
ezpays asked

Questions for order API?

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?


PaymentsDeveloper Pay API
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community