Endpoints Reference
Customer

Create/update a customer

PUT
/v1/{siteEnv}/{siteId}/customers

Create or update a "customer" on the eCommerce platform The email address of the customer should be used as the unique identifier for finding the customer on the target platform. If the target platform has the ability to send an activation / invitation email to the new customer then this should be done.

Path Parameters
siteEnv
*
siteId
*
Body Parameters
body
*
email
*
first_name
*
last_name
*
company_name
sales_agent_groups
price_lists
customer_discount_percentage
group
role
Responses
201
Successful operation
customer_external_id
401
Auth Failure
500
System Exception