PartialInventoryTransferItemInterface
Magento\InventoryCatalogApi\Api\Data\PartialInventoryTransferItemInterface
What it does
This interface defines the structure for items involved in partial inventory transfers between sources in Magento's Multi-Source Inventory (MSI).
Developers use this when transferring specific quantities of products from one inventory source to another, such as moving stock between warehouses.
Each item specifies the product SKU and the quantity to be transferred.
Public Methods
- getSku()
- setSku()
- getQty()
- setQty()