Import stock data for multiple products in one go using CSV or XML files.
Update product quantities, stock statuses, and availability in bulk.
Map fields in your import file to Magento 2 stock attributes.
Automate stock imports at regular intervals.
Import stock data for multiple store views or websites.
Efficiently handle large volumes of stock data without performance issues.
Compatibility with other inventory and product management extensions.
Extension Key Features
Bulk Stock Import Capability:
The extension allows for the efficient importation of large quantities of stock data, enabling merchants to update stock levels for multiple products simultaneously using CSV,XML and Excel files, which can significantly reduce manual data entry and time.
Versatile Product Identification:
It supports multiple methods for identifying products during the import process, such as using SKU, product ID, or other custom attributes, ensuring flexibility and accuracy in stock updates.
Comprehensive Stock Level Management:
Merchants can set precise stock levels for products, including marking items as in-stock, out-of-stock, or available for backorder, helping to maintain accurate inventory records and manage customer expectations.
Support for Multi-Warehouse Systems:
The extension accommodates businesses with multiple warehouses by allowing separate stock levels to be maintained and updated for each warehouse or source, providing better inventory control and logistics management.
Robust Error Handling and Logging:
The extension includes comprehensive error reporting and logging mechanisms that help identify and track issues encountered during the import process, allowing for quick troubleshooting and corrections.
Rigorous Data Validation:
To prevent incorrect stock data from being imported, the extension performs thorough data validation checks, ensuring that only accurate and valid stock information is applied to the inventory.
Extension Description
Import Stock Extension for Magento 2 helps store owners efficiently manage product inventory by importing stock levels in bulk. Instead of manually updating stock quantities one by one, this extension allows importing inventory data via a CSV file, saving time and minimizing errors.
Bulk Stock Updates
Time-Saving
Error Reduction
CSV-Based
Supports Multi-Store Inventory
Automatic SKU Matching
Real-Time Updates
User-Friendly Interface
Import Profile
Go to Store → Configuration → MAVENBIRD EXTENSIONS →Stock Import
Enable the stock import extension.
First of all click on Catalog → Stock Import → Import Profiles. Then Add New profile for stock import.
Then click on the Add New Profile button.
Add New Profile
Enter profile name here.
Select one option from dropdown.
Import entity for product stock.
File Mapping
A dropdown option to choose whether to skip the first line of the imported file, which typically contains column names.
A required field to specify the character that separates data fields in the file (e.g., a comma).
An optional field to define a character that encloses data fields, useful for handling fields with special characters.
Dropdowns for selecting Magento fields such as “Product Identifier” and “Qty In Stock.”
Input fields for specifying the corresponding names in the import file (e.g., “sku” for Product Identifier and “qty” for Quantity).
An option to set default values for the fields if needed.
Import Source
First of all click on Catalog → Stock Import → Import Sources. Then Add New Sources for stock import.
Then click on the Add New Source button.
A dropdown menu to select the type of source, with “Local Directory” currently selected.
Specifies the path (/var/stockimport/) where import files will be searched. It allows for absolute or relative paths.
A field for entering a valid regular expression to detect import files. The current entry is , which is invalid.
Path (/var/stockimport/archive/) where processed files can be moved. Similar to the import directory, it allows for absolute or relative paths.
Stock Import Tools
First of all click on Catalog → Stock Import → Tools.
After creating a profile and sources you have to export your profile and sources from here using the Export Settings button.
Then you have an export profile json file then you can change anything and same changes file you have uploaded in Import Settings.
Execution Logs
First of all click on Catalog → Stock Import → Execution Log.
When import a file then some logs is create so this log entry in this table.
Manual Import
First of all click on Catalog → Stock Import → Manual Import.
After exporting the profile and sources file you can import changes file in the Manual Import section and also you can download sample files for csv and xml so based on profile you can import csv or xml file.
In this section you have to import stock and also you have to see test mode and debug messages from here.
Then click on Download Sample CSV file then download sample data in csv file.
Update Product Quantity
First of all click on Catalog → Products
when you import the csv or xml or excel file the product quantity are changed as per the sample file. That are updated in that image.