Customers
Update Customer
Update a customer
PUT
/
customers
/
{id_or_email}
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
Path Parameters
id or email
string
requiredID or email associated with the customer
Body
application/json
email
string
Customer email
name
string
Customer name
surname
string
Customer 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