csv File Format
Your inventory file should contain two columns, only:
- SKU
- Quantity
Each SKU and the related quantity are displayed on a separate row.
- If any other value is included in the file, the FTP upload will fail.
- Only integers should be included. Do not include decimal points or commas.
Sample file:
SKU | Quantity |
179645 | 100 |
179650 | 1000 |
Saving the File as CSV
From Excel:
- In your Excel spreadsheet, click File
- Click Save As
- Click Browse to choose where you want to save your file
- Select "CSV" from the "Save as type" drop-down menu
- Click Save
From Google Sheets:
- In your Google sheet, click File
- Click download
- Click Comment-Separated Values (csv, current sheet)