Get all Products

Questions around the TYPO3 integration and plugins
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!
rvhelp2
Posts: 29
Joined: 29 Oct 2022, 10:10

Get all Products

Post by rvhelp2 » 26 Apr 2023, 15:22

Hello, im trying to get all Products and save them into csv for Google Merchant, but i only get 100 Products.

Code: Select all

        $filter = $productManager->filter(true);
        $limit = 5000;
        $products = $productManager->search($filter, ['product', 'price', 'attribute', 'product/property'], $limit);
        
Do i have to slice slice and always go through 100 products in succession or can i also somehow get all?

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

Re: Get all Products

Post by aimeos » 29 Apr 2023, 07:40

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply