Update a customer

PATCH {{base_url}}/api/1.0/customers/:customer_id

Update the attributes of a specific customer.

Full documentation: Merchant API - Update a customer

Request Body

{"full_name"=>"Example Customer", "business_name"=>"Example Business", "email"=>"customer@example.com", "phone"=>"+447123456789"}