# Customers

## List customers

 - [GET /customers/list](https://docs.easyflow.digital/openapi/customers/get-customers-list.md): Returns a list of customers.

## Get customers

 - [GET /customers/{customerId}](https://docs.easyflow.digital/openapi/customers/get-customers-customerid.md): Use it to get order

## Remove customer

 - [DELETE /customers/remove/{customerId}](https://docs.easyflow.digital/openapi/customers/remove-customer.md): Use it to remove customer

## Create customer

 - [POST /customers](https://docs.easyflow.digital/openapi/customers/create-customers.md): Route to create customer

## Update customer

 - [PATCH /customers/update/{customerId}](https://docs.easyflow.digital/openapi/customers/patch-customers-update-customerid.md)

