vtex-apps / store-discussion

VTEX IO store builders' community
80 stars 5 forks source link

How does specificationFilters of list-context.product-list work? #680

Open leonardjavilas opened 2 years ago

leonardjavilas commented 2 years ago

Hello! I have an image carousel that uses the following component 'https://developers.vtex.com/vtex-developer-docs/docs/vtex-product-summary-productsummarylist' but I only need to fetch the non-kit products ie I must exclude them. How can you get this? Thank you!


"list-context.product-list#example": { "blocks": ["product-summary.shelf"], "children": ["slider-layout#example"], "props": { "hideUnavailableItems": true, "maxItems": 10, "orderBy": "OrderByTopSaleDESC", } }