Model
Item
Magento\Sales\Model\Order\Admin\Item
What it does
This class serves as a wrapper or helper for retrieving basic product information from order items in the Magento admin area.
Developers would use this class when they need to access order item details like SKU, name, or product ID in admin-specific contexts, providing a consistent interface for order item data retrieval.
Public Methods
- getSku()
- getName()
- getProductId()