v3
latestSwagger 2.02026-08-067506752.0 MBcustomer
Update an existing customer
patch/v1/customer/{customerId}
Path parameters
customerIdstring required
Customer id
Request body
Example request
{
"billAddress": {
"street1": "123 Anywhere Street",
"street2": "Apt 6L",
"street3": "Sixth Floor",
"city": "New York",
"state": "NY",
"country": "NY",
"postal": "10001"
},
"products": [
{
"productId": "588f7ee98f138b19220041a7"
}
],
"trialProducts": [
{
"productId": "588f7ee98f138b19220041a7"
}
],
"featureOptionOverrides": [
{
"name": "smart_fields"
}
]
}Response
customer updated