Log in
Interface

ProductOptionManagementInterface

Magento\Bundle\Api\ProductOptionManagementInterface

What it does

This interface defines the contract for managing bundle product options in Magento 2.

Developers use this to programmatically add or update options (like 'Choose your items') to bundle products through the service layer.

It's commonly used when creating bundle products via API or custom modules that need to manipulate bundle product configurations.

Public Methods

  • save()