Hi Plasmic community,
I’m currently building an ecommerce site using Plasmic Studio along with a headless CMS backend. I have some dynamic product data coming from APIs that I want to fetch and display inside Plasmic pages and components.
While I was able to get some static data showing in Plasmic, I’m stuck on how to properly implement:
- Dynamic data fetching:
Fetching product lists dynamically based on URL parameters or API responses. I want pages like/products/[slug]
to show product details based on the slug but don’t fully understand how to tie dynamic routes to Plasmic data-fetching components. - Multiple product filtering:
Implementing faceted filtering on collections, such as filtering by size, price range, or tech type.
I’m unsure how to efficiently connect filter UI components inside Plasmic to the backend data queries and update displayed products accordingly without rebuilding the page.