Update a customer
PATCH {{baseUrl}}/customers/:customer_id
Updates a customer using its ID.
If successful, your response includes a copy of the updated customer entity.
Request Body
{"name"=>"<string>", "email"=>"<email>", "status"=>"<string>", "custom_data"=>"<object>", "locale"=>"en"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |