Log in
Model

Item

Magento\Sales\Model\Order\Admin\Item

What it does

This class serves as a wrapper or helper for accessing order item data in the Magento admin area.

It provides a consistent interface for retrieving basic product information (SKU, name, and product ID) from order items.

Developers would use this class when customizing admin order views or creating admin-specific extensions that need to display or process order item information.

Public Methods

  • getSku()
  • getName()
  • getProductId()