Interface
CostStorageInterface
Magento\Catalog\Api\CostStorageInterface
What it does
This interface defines operations for managing product cost data in Magento 2.
Developers use it to retrieve, update, or delete product costs by SKU across different store views.
It's primarily used in bulk cost operations and integrations where cost information needs to be managed programmatically rather than through the admin interface.
Public Methods
- get()
- update()
- delete()