Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
ShipmentManagementInterface Interface Reference
Inheritance diagram for ShipmentManagementInterface:
ShipmentService

Public Member Functions

 getLabel ($id)
 
 getCommentsList ($id)
 
 notify ($id)
 

Detailed Description

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

Since
100.0.2

Definition at line 16 of file ShipmentManagementInterface.php.

Member Function Documentation

◆ getCommentsList()

getCommentsList (   $id)

Lists comments for a specified shipment.

Parameters
int$idThe shipment ID.
Returns
\Magento\Sales\Api\Data\ShipmentCommentSearchResultInterface Shipment comment search result interface.

Implemented in ShipmentService.

◆ getLabel()

getLabel (   $id)

Gets a specified shipment label.

Parameters
int$idThe shipment label ID.
Returns
string Shipment label.

Implemented in ShipmentService.

◆ notify()

notify (   $id)

Emails user a specified shipment.

Parameters
int$idThe shipment ID.
Returns
bool

Implemented in ShipmentService.


The documentation for this interface was generated from the following file: