Model
Info
Magento\Shipping\Model\Info
What it does
This class handles retrieving and displaying shipment tracking information for customers.
Developers use it when implementing tracking pages or emails where customers can view their package status using a hashed tracking URL.
It supports loading tracking data by order ID, shipment ID, or individual tracking number, validating access using protect codes for security.
Public Methods
- loadByHash()
- getTrackingInfo()
- getTrackingInfoByOrder()
- getTrackingInfoByShip()
- getTrackingInfoByTrackId()