# Api search/product ohne varianten

**URL:** https://forum.shopware.com/t/api-search-product-ohne-varianten/86580
**Category:** Shopware 6 (German)
**Tags:** programming
**Created:** [30. März 2021 um 15:00 UTC](https://forum.shopware.com/t/api-search-product-ohne-varianten/86580 "2021-03-30T15:00:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![achilleju](https://avatars.discourse-cdn.com/v4/letter/a/c67d28/32.png) [@achilleju](https://forum.shopware.com/u/achilleju)
#### Post date: [30. März 2021 um 15:00 UTC](https://forum.shopware.com/t/api-search-product-ohne-varianten/86580/1 "2021-03-30T15:00:51Z")

</div>

mit diesem payload möchte ich ca. 1200 produkte auslesen:

{  
„total-count-mode“: 0,  
„includes“: {  
„product“: [„productNumber“]  
}  
}

nun läuft das aber in einen memory-limit, weil ca. 13000 produkte (mit allen varianten) ausgelesen werden.

kann man die suche einschränken und die varianten ausschliessen ? ich brauche die infos auch nicht.  
danke
