Customer Module
Api\AddressRepositoryInterface
Repository
This interface defines the contract for managing customer address data in Magento 2. Developers use this repository to perform CRUD operations (create...
Api\CustomerRepositoryInterface
Repository
This interface defines the contract for managing customer data in Magento 2. Developers use this repository to create, read, update, and delete custom...
Api\GroupExcludedWebsiteRepositoryInterface
Repository
This repository interface manages the relationship between customer groups and websites they are excluded from in Magento 2. Developers use this when...
Api\GroupRepositoryInterface
Repository
This interface defines the contract for managing customer groups in Magento 2, providing CRUD operations (Create, Read, Update, Delete). Developers us...