Log in
Repository

ShipmentCommentRepositoryInterface

Magento\Sales\Api\ShipmentCommentRepositoryInterface

What it does

This repository interface manages CRUD operations for shipment comments in Magento 2.

Developers use it to retrieve, create, update, or delete comments associated with shipment documents.

It provides a standardized API for interacting with shipment comment data, including search functionality and individual comment management.

Public Methods

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