Stock Import // Timeframe
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Stock Import // Timeframe
Is it possible to import the timeframe (stock.timeframe) with stocks.csv?
Or is it possible to import it via the product xml importer?
Any advice is welcome
TYPO 11.5.25 // aimeos 22.10.7
Or is it possible to import it via the product xml importer?
Any advice is welcome

TYPO 11.5.25 // aimeos 22.10.7
Re: Stock Import // Timeframe
You can import it in the stock.csv file. The format is:
The timeframe must be in ISO date/time format, e.g. "2023-03-29 00:00:00"
Code: Select all
product code,stocklevel,type,timeframe
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Stock Import // Timeframe
Ok. Cool. That works perfect.
Is it also possible to import the "delivery within" Field?
My CSV looks like:
4004293127181,666,default,2023-04-05 12:34:56,7
The "delivery within" ( in this case -> 7 ) is ignored
Is it also possible to import the "delivery within" Field?
My CSV looks like:
4004293127181,666,default,2023-04-05 12:34:56,7
The "delivery within" ( in this case -> 7 ) is ignored

Re: Stock Import // Timeframe
Not at the moment but if you can create a PR which adds the field here, we will merge and backport it to 2022.10:
https://github.com/aimeos/ai-controller ... #L452-L454
https://github.com/aimeos/ai-controller ... #L452-L454
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
