v1

latestSwagger 2.02026-07-134272111.8 KB
customers

Update an customer associated with a given ID in the eCommerce system.The update API uses the PATCH HTTP verb, so only those fields provided in the customer object will be updated, and those fields not provided will be left alone. Updating a customer with a specified ID that does not exist will result in an error response

patch/customers/{id}

Path parameters

idstring required

The ID of the customer to update in the eCommerce system

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Request body

customerGroupIdinteger
emailstring

customer email

passwordstring

customer password

taxExemptboolean
taxIdnumber double
taxIdValidboolean

Response

OK - Everything worked as expected