Interface
ShipmentCommentInterface
Magento\Sales\Api\Data\ShipmentCommentInterface
What it does
This interface defines the contract for shipment comment data objects in Magento 2.
Developers use it when working with comments attached to shipment documents, allowing them to get/set the parent shipment ID, track whether customers were notified about the comment, and manage extension attributes for custom data.
Public Methods
- getIsCustomerNotified()
- getParentId()
- setParentId()
- setIsCustomerNotified()
- getExtensionAttributes()
- setExtensionAttributes()