Customer - Update Account

/update
Full Url:
Arguments:
  • token (required)
  • customer_id (required)
  • email
  • first_name
  • last_name
  • phone_number
  • address
  • city
  • state
  • zip
Info: Get customer_id from /list. Everything is optional except customer_id. Send as much or as little as you want.
Example Success
{
"code": 200,
"status": "success",
"data": "successfully updated customer"
}
Example Error
{
"code": "500",
"status": "error",
"data": "Could not update customer"
}