What i did wrong?

Hi, i just to try to scrap alle product informations:
I dont know what i have do wrong. Scraper is just scrap 1 information

Url: https://www.dm.de/haushalt/papierartikel/?type=product&tenant=de_mcr&targetSystem=live&categoryId=060200&pageSize=48&sort=relevance&cp=1

Sitemap:

{"_id":"paperdm","startUrl":["https://www.dm.de/haushalt/papierartikel/?type=product&tenant=de_mcr&targetSystem=live&categoryId=060200&pageSize=48&sort=relevance&cp=1"],"selectors":[{"id":"productslinks","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.js-addToCart-container > div > a.navdl","multiple":true,"delay":0},{"id":"Marke","type":"SelectorText","parentSelectors":["productslinks"],"selector":"div.as a","multiple":false,"regex":"","delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["productslinks"],"selector":"h1.navace","multiple":false,"regex":"","delay":0},{"id":"Preis1","type":"SelectorText","parentSelectors":["productslinks"],"selector":"div.navzv span.navjq.navlk","multiple":false,"regex":"","delay":0},{"id":"preis","type":"SelectorText","parentSelectors":["productslinks"],"selector":"span.navjq.navace.navxa","multiple":false,"regex":"","delay":0},{"id":"Bild","type":"SelectorImage","parentSelectors":["productslinks"],"selector":"div.slick-slide:nth-of-type(1) button.navuw img.navhg","multiple":false,"delay":0}]}

Thats my resault:

Visit the pages that did not return any information and check if the selectors are the same as the ones that you used in the one to set all of the up.

By the looks of it, there are some inconsistencies in the element attributes/tags, so you might need to compare them to find which elements unite the information that you are after to scrape it successfully.

Maybe, can you help me than, to config it?

I just want to grab this category with all pagination sites..

Brand
Product Name
Price
Image(link)