Create a Customer
POST
/v1/customers
Creates a customer with given attributes.
Attributes
name
The full name of the customer.
The email of the customer.
city Optional
The city of the customer.
region Optional
The region of the customer.
country Optional
The ISO 3166-1 two-letter country code for the customer (e.g. US
, GB
, etc).
Relationships
store
The store this customer belongs to.
Returns
Returns the created customer object.