Log in
Model

ProductStockIndexData

Magento\InventoryExportStock\Model\ProductStockIndexData

What it does

This class represents a data model for product stock index information in Magento's Multi-Source Inventory (MSI) system.

Developers use it to store and retrieve a product's SKU, available quantity, and salability status when exporting or processing stock data.

It's typically used in inventory export operations to transfer stock information between systems or for reporting purposes.

Public Methods

  • getSku()
  • getQty()
  • getIsSalable()
  • setSku()
  • setQty()
  • setIsSalable()