Interface
GetProductIdsBySkusInterface
Magento\InventoryCatalogApi\Model\GetProductIdsBySkusInterface
What it does
This interface defines a contract for retrieving product IDs based on an array of product SKUs.
Developers use this when they need to convert SKUs to internal product IDs for inventory operations or catalog queries.
It throws a NoSuchEntityException if any SKU doesn't exist in the system.
Public Methods
- execute()