CartItemProcessorInterface
Magento\Quote\Model\Quote\Item\CartItemProcessorInterface
What it does
This interface defines a contract for processing cart items in Magento 2's quote system.
Developers implement this interface to handle conversion of cart items to buy request objects and to process product options (both standard and custom) for specific product types.
It's typically used when adding custom product types or extending cart item behavior to ensure proper handling of product configurations and options.
Public Methods
- convertToBuyRequest()
- processOptions()