A RolandD Cyber Produksi Product
To update stock only 2 fields are needed. These fields are:
First create a template:
The template has now been created.
The import file can either be a CSV or XLS document, the layout remains the same. Both the column names need to be specified in the file, that way CSV Improved can read the column header and know what fields to update.
On the first line we add the column headers:
| product_sku | product_in_stock |
From the second line and further the product data can be added that needs to be updated:
| SKU1 | 10 |
| SKU2 | 8 |
| SKU3 | 25 |
After all the products are added, the file in a spreadsheet will look like this:
| product_sku | product_in_stock |
| SKU1 | 10 |
| SKU2 | 8 |
| SKU3 | 25 |
The file to import has been created.
To import a file take the following steps:
The file is now being imported and the results of the import are shown on the result page.