Log in
Model

Item

Magento\Quote\Model\ResourceModel\Quote\Item

What it does

This resource model manages database operations for quote items in Magento 2's shopping cart.

Developers use this class when they need to persist quote item data to the database, including custom options associated with items.

It extends the standard save functionality to automatically handle quote item options whenever the item or its options are modified.

Public Methods

  • save()