Log in
Interface

SourceItemConfigurationInterface

Magento\InventoryLowQuantityNotificationApi\Api\Data\SourceItemConfigurationInterface

What it does

This interface defines the contract for source item configuration objects used in Magento's low quantity notification system.

Developers use this to get or set notification thresholds (notify_stock_qty) for specific products (SKU) at particular inventory sources, enabling automated alerts when stock levels fall below configured quantities.

Public Methods

  • getSourceCode()
  • setSourceCode()
  • getNotifyStockQty()
  • setNotifyStockQty()
  • getSku()
  • setSku()
  • getExtensionAttributes()
  • setExtensionAttributes()