Repository
ProductOptionRepositoryInterface
Magento\Bundle\Api\ProductOptionRepositoryInterface
What it does
This repository interface manages bundle product options in Magento 2.
Developers use it to retrieve, create, update, and delete options for bundle products, which are products composed of multiple selectable items.
It provides methods to work with individual options by ID or retrieve all options for a specific bundle product using its SKU.
Public Methods
- get()
- getList()
- delete()
- deleteById()
- save()