Repository
ShipmentTrackRepositoryInterface
Magento\Sales\Api\ShipmentTrackRepositoryInterface
What it does
This repository interface manages CRUD operations for shipment tracking information in Magento 2.
Developers use it to create, retrieve, update, and delete tracking numbers associated with shipments, such as carrier tracking codes.
It's commonly used when integrating shipping carriers or building custom shipping features that need to manage package tracking data.
Public Methods
- getList()
- get()
- delete()
- save()
- deleteById()