Log in
Model

ItemRepository

Magento\Sales\Model\Order\Shipment\ItemRepository

What it does

This repository class manages CRUD operations for shipment items in Magento 2.

Developers use this class to retrieve, save, delete, or search for individual items within order shipments.

It provides a standardized interface for interacting with shipment item data through the Magento API, abstracting the database operations behind a clean repository pattern.

Public Methods

  • getList()
  • get()
  • delete()
  • save()