Log in
Model

Request

Magento\Shipping\Model\Shipment\Request

What it does

This class serves as a data container object for shipment requests in Magento 2.

It stores all necessary information for creating shipping labels, including shipper details, recipient address, shipping method, and package weight.

Developers use this class when integrating with shipping carriers to generate shipping labels and track packages.