Do not display product list after selecting Shopify collection

Builder content link

Builder public api key
Public API: 8141715a0ca14a24a7ec39204b570b0e

Detailed steps to reproduce the bug
Do not display product list after selecting Shopify collection.

  1. Enable Shopify Plugin:
    Share Shopify hydrogen token: GitHub - BuilderIO/builder-shopify-hydrogen: Builder.io Visual CMS + page builder example with Shopify Hydrogen
  2. Create section and add Shopify collection.
  3. Choose a specific collection.
  4. The problem occurs, the product list is not displayed.
    Check for console log error 500: “{“error”:“Product box data fetch error”}”
    https://cdn.builder.io/api/v1/shopify/product-box-data?apiKey=8141715a0ca14a24a7ec39204b570b0e&productId=gid://shopify/Product/7792227188965

Screenshots or video link

Code stack you are integrating Builder with
Shopify hydrogen: GitHub - BuilderIO/builder-shopify-hydrogen: Builder.io Visual CMS + page builder example with Shopify Hydrogen

Hi there,

Thanks for reaching out to support!

The issue here is that the product-box-data api endpoint does not support access via storefront access tokens, since it relies on the Shopify admin api under the hood. If you are trying to use Builder with a Shopify hosted store, we advise you to use the Shopify app and not a CMS org. If you are specifically trying to build a headless store, then, unfortunately, at this moment Builder doesn’t support the ability to add storefront access token support to the product box data api, which is why an error is returning.