Repository
ShipmentItemRepositoryInterface
Magento\Sales\Api\ShipmentItemRepositoryInterface
What it does
This repository interface manages CRUD operations for individual items within shipments in Magento 2.
Developers use it to retrieve, save, or delete specific products that are part of a shipment, or to search for shipment items based on custom criteria.
It's essential when building custom shipment management features or integrating with warehouse/fulfillment systems.
Public Methods
- getList()
- get()
- delete()
- save()