Customers
Create Customer
Create a customer
POST
/
customers
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
X-Sellix-Merchant
string
The name of the store to perform actions on via the API
Body
application/json
email
string
requiredCustomer email
name
string
requiredCustomer name
surname
string
requiredCustomer surname
phone
string
Customer phone
phone_country_code
string
Customer phone country code
country_code
string
Customer country code
street_address
string
Customer street address
additional_address_info
string
Customer street address additional info
city
string
Customer city
postal_code
string
Customer postal code
state
string
Customer state
Response
200 - application/json
status
integer
data
object
error
string
message
string
env
string