SourceCarrierLinkManagementInterface
Magento\InventoryApi\Model\SourceCarrierLinkManagementInterface
What it does
This interface manages the relationship between inventory sources and shipping carriers in Magento's Multi-Source Inventory (MSI) system.
Developers use it to save or load carrier links associated with an inventory source, enabling custom storage implementations for source-carrier relationships.
It serves as a Service Provider Interface (SPI) for extending carrier link management functionality.
Public Methods
- saveCarrierLinksBySource()
- loadCarrierLinksBySource()