Customers
Create a customer
Creates a new customer.
POST
/
customers
Body parameters
name
string
The name of the customer.
email
string
The email of the customer.
phone
string
The phone number of the customer.
address
object
The address of the customer
metadata
array
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.