Log in
Model

ConfigurableItemOptionValue

Magento\ConfigurableProduct\Model\Quote\Item\ConfigurableItemOptionValue

What it does

This model represents a single configurable product option value (like size or color) for a quote item in the shopping cart.

Developers use this class when working with configurable product selections in the cart, particularly when retrieving or setting specific attribute options that were chosen by the customer.

Public Methods

  • getOptionId()
  • setOptionId()
  • getOptionValue()
  • setOptionValue()
  • getExtensionAttributes()
  • setExtensionAttributes()