40 lines
3.3 KiB
Plaintext
40 lines
3.3 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
|
||
|
||
- [retrieveCustomer](../../ICustomerModuleService/methods/customer.ICustomerModuleService.retrieveCustomer/page.mdx)
|
||
- [createCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.createCustomers/page.mdx)
|
||
- [updateCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.updateCustomers/page.mdx)
|
||
- [deleteCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.deleteCustomers/page.mdx)
|
||
- [createCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.createCustomerGroups/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)
|
||
- [createAddresses](../../ICustomerModuleService/methods/customer.ICustomerModuleService.createAddresses/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)
|
||
- [listCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listCustomers/page.mdx)
|
||
- [listAndCountCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listAndCountCustomers/page.mdx)
|
||
- [listCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listCustomerGroups/page.mdx)
|
||
- [listAndCountCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.listAndCountCustomerGroups/page.mdx)
|
||
- [softDeleteCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.softDeleteCustomers/page.mdx)
|
||
- [restoreCustomers](../../ICustomerModuleService/methods/customer.ICustomerModuleService.restoreCustomers/page.mdx)
|
||
- [softDeleteCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.softDeleteCustomerGroups/page.mdx)
|
||
- [restoreCustomerGroups](../../ICustomerModuleService/methods/customer.ICustomerModuleService.restoreCustomerGroups/page.mdx)
|