OpenAPI 3.1.02026-08-131856811.1 MB
1ee4b8be5abd
customers
public
Update Customer
Update a customer.
Scopes: customers:write
patch/v1/customers/{id}
Path parameters
idstring uuid4 required
The customer ID.
The customer ID.
Request body
Example request
{
"email": "customer@example.com",
"name": "John Doe",
"billing_address": {
"country": "US"
},
"locale": "en",
"external_id": "usr_1337"
}Response
Customer updated.
Customer required— unresolved $ref