Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getLabel ($id) | |
getCommentsList ($id) | |
notify ($id) | |
Shipment management interface.
A shipment is a delivery package that contains products. A shipment document accompanies the shipment. This document lists the products and their quantities in the delivery package. @api
Definition at line 16 of file ShipmentManagementInterface.php.
getCommentsList | ( | $id | ) |
Lists comments for a specified shipment.
int | $id | The shipment ID. |
Implemented in ShipmentService.
getLabel | ( | $id | ) |
Gets a specified shipment label.
int | $id | The shipment label ID. |
Implemented in ShipmentService.
notify | ( | $id | ) |
Emails user a specified shipment.
int | $id | The shipment ID. |
Implemented in ShipmentService.