# Customers Customers used for invoices ## Get all customers - [GET /customers](https://developer.m2x.app/apis/publicapi/openapi/customers/paths/~1customers/get.md) ## Create new customer - [POST /customers](https://developer.m2x.app/apis/publicapi/openapi/customers/paths/~1customers/post.md) ## Get customer by id - [GET /customers/{customerId}](https://developer.m2x.app/apis/publicapi/openapi/customers/paths/~1customers~1%7Bcustomerid%7D/get.md) ## Update/create customer by id - [PUT /customers/{customerId}](https://developer.m2x.app/apis/publicapi/openapi/customers/paths/~1customers~1%7Bcustomerid%7D/put.md) ## Update/create customers bulk - [POST /customers/bulk](https://developer.m2x.app/apis/publicapi/openapi/customers/paths/~1customers~1bulk/post.md) ## Search customers - [POST /customers/search](https://developer.m2x.app/apis/publicapi/openapi/customers/paths/~1customers~1search/post.md)