Repository
CheckoutAgreementsRepositoryInterface
Magento\CheckoutAgreements\Api\CheckoutAgreementsRepositoryInterface
What it does
This repository interface provides CRUD operations for managing checkout agreements (terms and conditions) that customers must accept during checkout.
Developers use this to programmatically retrieve, create, update, or delete checkout agreements across different store views, enabling customization of terms and conditions based on business requirements.
Public Methods
- get()
- getList()
- save()
- delete()
- deleteById()