Interface
ShipmentManagementInterface
Magento\Sales\Api\ShipmentManagementInterface
What it does
This interface defines the contract for managing shipment operations in Magento 2.
Developers use this to retrieve shipment labels, access shipment comments, and trigger email notifications to customers about their shipments.
It's typically used in shipping workflows, custom shipping integrations, or when building features that need to interact with order shipment data.
Public Methods
- getLabel()
- getCommentsList()
- notify()