Management API
Customer

Update Customer

3min

Updates a customer, if requesting manager has access permissions to it.

URL: /api/v1/customers/{id}/

Method: PATCH

Parameters:

  • email - String
  • first_name - String
  • last_name - String
  • company_name - String
  • phone - String
  • reference - String
  • address - String
  • postcode - String
  • city - String
  • country - String
  • state - String
  • customer_account - Integer
  • "metadata"-JSON

Data Example:

JSON


Success Response:

Code: 200 OK

Content Examples:

JSON