latestOpenAPI 3.1.02026-08-141866831.1 MB
77e4ef94fcc3
customers
public
Update Customer by External ID
Update a customer by external ID.
Scopes: customers:write
patch/v1/customers/external/{external_id}
Path parameters
external_idstring required
The customer external ID.
The customer external ID.
Request body
Example request
{
"email": "customer@example.com",
"name": "John Doe",
"billing_address": {
"country": "US"
},
"locale": "en"
}Response
Customer updated.
Customer required— unresolved $ref