Skip to main content

Update customer

PATCH/customers/{customerId}
Update an existing customer

Parameters

customerIdpathrequired
string

Customer ID

Request Body

emailstring (email)Customer email address
firstNamestringnullCustomer first name
lastNamestringnullCustomer last name
phonestringnullCustomer phone number
externalIdstringnullExternal system customer ID
metadataobjectnullCustom metadata for the customer

Response

Customer updated successfully

Code Samples
No code examples available for this operation.

Try It

Path Parameters
Customer ID
Request Body
Customer email address
Customer first name
Customer last name
Customer phone number
External system customer ID
Custom metadata for the customer