Quote Module
Api\CartItemRepositoryInterface
This interface defines the contract for managing shopping cart items in Magento 2. Developers use this repository to retrieve all items from a cart, a...
Api\CartRepositoryInterface
This interface defines the contract for managing shopping cart (quote) data in Magento 2. Developers use this repository to retrieve, save, and delete...
Api\CartTotalRepositoryInterface
This interface defines the contract for retrieving shopping cart totals in Magento 2. Developers use this repository to fetch calculated totals (subto...
Api\GuestCartItemRepositoryInterface
This interface defines operations for managing shopping cart items in guest (non-logged-in) carts. Developers use this to retrieve, add, update, or re...
Api\GuestCartRepositoryInterface
This interface defines the contract for retrieving shopping cart information for guest (non-logged-in) users in Magento 2. Developers use this when th...
Api\GuestCartTotalRepositoryInterface
This interface defines the contract for retrieving shopping cart totals for guest (non-logged-in) customers in Magento 2. Developers use this when bui...