Log in
Interface

ShipmentManagementInterface

Magento\Sales\Api\ShipmentManagementInterface

What it does

This interface defines the contract for managing shipment operations in Magento 2.

Developers use this interface to retrieve shipment labels, fetch shipment comments, and send shipment notification emails to customers.

It serves as the service layer for shipment-related business logic that extensions and customizations should implement or depend upon.

Public Methods

  • getLabel()
  • getCommentsList()
  • notify()