ExportStockSalableQty
Magento\InventoryExportStock\Model\ExportStockSalableQty
What it does
This class exports salable stock quantity data for products through a specific sales channel (like website or store).
Developers use this when they need to retrieve product availability information for a particular sales channel by providing the channel type, code, and search criteria.
It acts as a facade that simplifies the export process by creating the sales channel object and delegating to the appropriate export service.
Public Methods
- execute()