chore: reorganize docs apps (#7228)

* reorganize docs apps

* add README

* fix directory

* add condition for old docs
This commit is contained in:
Shahed Nasser
2024-05-03 17:36:38 +03:00
committed by GitHub
parent 224ebb2154
commit 4fe28f5a95
6187 changed files with 601447 additions and 598226 deletions

View File

@@ -0,0 +1,39 @@
---
displayed_sidebar: customerReference
slug: /references/customer
---
import { TypeList } from "docs-ui"
# ICustomerModuleService Reference
This section of the documentation provides a reference to the `ICustomerModuleService` interfaces 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)