Interface
CategoryListDeleteBySkuInterface
Magento\Catalog\Api\CategoryListDeleteBySkuInterface
What it does
This interface defines a contract for removing multiple products from a category by providing their SKUs.
Developers would use this when they need to programmatically unassign a batch of products from a specific category using product SKUs instead of product IDs.
It's particularly useful for bulk operations where SKUs are the primary product identifiers.
Public Methods
- deleteBySkus()