Get all Products
					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!
Get all Products
Hello, im trying to get all Products and save them into csv for Google Merchant, but i only get 100 Products.
Do i have to slice slice and always go through 100 products in succession or can i also somehow get all?
			
			
			
									
									
						Code: Select all
        $filter = $productManager->filter(true);
        $limit = 5000;
        $products = $productManager->search($filter, ['product', 'price', 'attribute', 'product/property'], $limit);
        Re: Get all Products
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos, give us a star
 give us a star
						If you like Aimeos,
 give us a star
 give us a star Star Repo
					Star Repo
				