Model
Append
Magento\InventoryImportExport\Model\Import\Command\Append
What it does
This class handles the 'append' behavior during inventory source item imports in Magento 2.
When developers import inventory data and want to add new source items without deleting existing ones, this command converts the imported data and saves it to the database.
It's automatically used by the inventory import process when the append import behavior is selected.
Public Methods
- execute()