ShipmentTrackResourceInterface
Magento\Sales\Model\Spi\ShipmentTrackResourceInterface
What it does
This interface defines the contract for database operations (CRUD) on shipment tracking information in Magento 2.
Developers use this when they need to save, load, or delete shipment tracking records from the database, such as when adding tracking numbers to customer orders or updating shipping carrier information.
It follows the Service Provider Interface (SPI) pattern to ensure consistent data persistence for shipment tracking entities.
Public Methods
- save()
- load()
- delete()