Customers
Create a customer
Creates a new customer.
POST
/
customers
Body parameters
The name of the customer.
The email of the customer.
The phone number of the customer.
The address of the customer
A Set of key-value pairs that can be used to store additional information about the product.
Returns
If the request is successful, it returns a customer object.