Log in
Repository

ShipmentCommentRepositoryInterface

Magento\Sales\Api\ShipmentCommentRepositoryInterface

What it does

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

Developers use this repository to retrieve, save, delete, or search for comments associated with shipment documents.

It's commonly used when building custom shipment workflows, admin panels, or integrations that need to work with shipment-related notes and communication.

Public Methods

  • getList()
  • get()
  • delete()
  • save()