Stock import CSV mapping

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
yeh
Posts: 39
Joined: 27 Jun 2022, 13:26

Stock import CSV mapping

Post by yeh » 27 Sep 2022, 13:36

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?

User avatar
aimeos
Administrator
Posts: 7865
Joined: 01 Jan 1970, 00:00

Re: Stock import CSV mapping

Post by aimeos » 28 Sep 2022, 11:34

The product stock import has a fixed file layout:

Code: Select all

<productcode>,<stocklevel>[,<stocktype>[,<backdate]]
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

yeh
Posts: 39
Joined: 27 Jun 2022, 13:26

Re: Stock import CSV mapping

Post by yeh » 28 Sep 2022, 11:54

I see, thank you.

Post Reply