Model
CartItemPersister
Magento\Quote\Model\Quote\Item\CartItemPersister
What it does
This class handles the persistence of cart items into a shopping cart (quote).
Developers use it when they need to programmatically add new items to a cart or update existing cart item quantities and options, with built-in validation for quantity values and product options.
Public Methods
- save()