Log in
Model

Result

Magento\Shipping\Model\Tracking\Result

What it does

This class manages shipment tracking results in Magento 2.

Developers use it to collect and store multiple tracking information objects returned from shipping carriers, handle tracking errors, and retrieve all tracking data for display to customers.

It acts as a container that aggregates tracking results from various shipping methods.

Public Methods

  • reset()
  • setError()
  • getError()
  • append()
  • getAllTrackings()