Page 1 of 1

Stock import CSV mapping

Posted: 27 Sep 2022, 13:36
by yeh
I can see there is a stock import job. There are a number of options to control the various aspects of this, but I can't find what the mapping should be for the CSV file https://aimeos.org/docs/2022.x/config/c ... mport/#csv

Is it similar to the main product import CSV with just the product code and stock entries or is it using a different mapping entirely?

Re: Stock import CSV mapping

Posted: 28 Sep 2022, 11:34
by aimeos
The product stock import has a fixed file layout:

Code: Select all

<productcode>,<stocklevel>[,<stocktype>[,<backdate]]

Re: Stock import CSV mapping

Posted: 28 Sep 2022, 11:54
by yeh
I see, thank you.