I hope you're doing good.
What I want to do is showing products from a specific category in the homepage in Bigcommerce, but it seems that BigCommerce frontmatter doesn't expose this data in the home page, category products seem to be only available in the categroy.html template.
After digging, I found that I can use AJAX requests to query the storefront API. But I couldn't find the syntax for that.