40 lines
3.1 KiB
Plaintext
40 lines
3.1 KiB
Plaintext
---
|
||
displayed_sidebar: customerReference
|
||
slug: /references/customer
|
||
---
|
||
|
||
import { TypeList } from "docs-ui"
|
||
|
||
# ICustomerModuleService Reference
|
||
|
||
This section of the documentation provides a reference to the `ICustomerModuleService` interface’s methods. This is the interface developers use to use the functionalities provided by the Customer Module.
|
||
|
||
The main service interface for the Customer Module.
|
||
|
||
## Methods
|
||
|
||
- [retrieve](../../ICustomerModuleService/methods/customer.ICustomerModuleService.retrieve/page.mdx)
|
||
- [create](../../ICustomerModuleService/methods/customer.ICustomerModuleService.create/page.mdx)
|
||
- [update](../../ICustomerModuleService/methods/customer.ICustomerModuleService.update/page.mdx)
|
||
- [delete](../../ICustomerModuleService/methods/customer.ICustomerModuleService.delete/page.mdx)
|
||
- [createCustomerGroup](../../ICustomerModuleService/methods/customer.ICustomerModuleService.createCustomerGroup/page.mdx)
|
||
- [retrieveCustomerGroup](../../ICustomerModuleService/methods/customer.ICustomerModuleService.retrieveCustomerGroup/page.mdx)
|
||
- [updateCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.updateCustomerGroups/page.mdx)
|
||
- [deleteCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.deleteCustomerGroups/page.mdx)
|
||
- [addCustomerToGroup](../../ICustomerModuleService/methods/customer.ICustomerModuleService.addCustomerToGroup/page.mdx)
|
||
- [removeCustomerFromGroup](../../ICustomerModuleService/methods/customer.ICustomerModuleService.removeCustomerFromGroup/page.mdx)
|
||
- [addAddresses](../../ICustomerModuleService/methods/customer.ICustomerModuleService.addAddresses/page.mdx)
|
||
- [updateAddresses](../../ICustomerModuleService/methods/customer.ICustomerModuleService.updateAddresses/page.mdx)
|
||
- [deleteAddresses](../../ICustomerModuleService/methods/customer.ICustomerModuleService.deleteAddresses/page.mdx)
|
||
- [listAddresses](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listAddresses/page.mdx)
|
||
- [listAndCountAddresses](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listAndCountAddresses/page.mdx)
|
||
- [listCustomerGroupCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listCustomerGroupCustomers/page.mdx)
|
||
- [list](../../ICustomerModuleService/methods/customer.ICustomerModuleService.list/page.mdx)
|
||
- [listAndCount](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listAndCount/page.mdx)
|
||
- [listCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listCustomerGroups/page.mdx)
|
||
- [listAndCountCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listAndCountCustomerGroups/page.mdx)
|
||
- [softDelete](../../ICustomerModuleService/methods/customer.ICustomerModuleService.softDelete/page.mdx)
|
||
- [restore](../../ICustomerModuleService/methods/customer.ICustomerModuleService.restore/page.mdx)
|
||
- [softDeleteCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.softDeleteCustomerGroups/page.mdx)
|
||
- [restoreCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.restoreCustomerGroups/page.mdx)
|