# How can I add products which i load from my database into the Listining ? Which event should i use for that ? (Shopware 6)

**URL:** https://forum.shopware.com/t/how-can-i-add-products-which-i-load-from-my-database-into-the-listining-which-event-should-i-use-for-that-shopware-6/97800
**Category:** General Questions (EN)
**Tags:** general
**Created:** [30. Dezember 2022 um 10:04 UTC](https://forum.shopware.com/t/how-can-i-add-products-which-i-load-from-my-database-into-the-listining-which-event-should-i-use-for-that-shopware-6/97800 "2022-12-30T10:04:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![theCoder](https://avatars.discourse-cdn.com/v4/letter/t/a87d85/32.png) [@theCoder](https://forum.shopware.com/u/theCoder)
#### Post date: [30. Dezember 2022 um 10:04 UTC](https://forum.shopware.com/t/how-can-i-add-products-which-i-load-from-my-database-into-the-listining-which-event-should-i-use-for-that-shopware-6/97800/1 "2022-12-30T10:04:48Z")

</div>

How can I add products which i load from my database into the Listining ? Which event should i use for that ? (Shopware 6)

---

<div class="post-metadata">

### Author: ![abdullah](https://avatars.discourse-cdn.com/v4/letter/a/aeb1de/32.png) [@abdullah](https://forum.shopware.com/u/abdullah)
#### Post date: [30. Dezember 2022 um 13:00 UTC](https://forum.shopware.com/t/how-can-i-add-products-which-i-load-from-my-database-into-the-listining-which-event-should-i-use-for-that-shopware-6/97800/2 "2022-12-30T13:00:11Z")

</div>

Maybe the ProductListingRoute is an option?

Listen to the event and add your products to the result.

> <https://github.com/shopware/platform/blob/b0fbba6eea0bd1ea9c0b6b542baa314f1ae66ea2/src/Core/Content/Product/SalesChannel/Listing/ProductListingRoute.php#L98>

---

<div class="post-metadata">

### Author: ![theCoder](https://avatars.discourse-cdn.com/v4/letter/t/a87d85/32.png) [@theCoder](https://forum.shopware.com/u/theCoder)
#### Post date: [15. August 2023 um 10:14 UTC](https://forum.shopware.com/t/how-can-i-add-products-which-i-load-from-my-database-into-the-listining-which-event-should-i-use-for-that-shopware-6/97800/3 "2023-08-15T10:14:19Z")

</div>

Thank this was the right event @abdullah 🙂
