Customers
Update customer
Update customer profile fields used for receipts, risk signals, and reporting.
PATCH
/v1/customers/{customer_id}
Updates one or more fields on a customer record.
Playground
curl -X PATCH "https://api.everyware.com/v1/customers/cus_123" \
-H "Authorization: Bearer ew_xxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"phone": "+1 (305) 555-1212",
"email": "john@example.com"
}'