Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Just removed all products from the store and bulk imported them again. Through the same mechanism I've done this process multiple times.
45 products are active and available in the store. They show in the liquid generated theme. They are returned from the Admin GraphQL endpoint.
However, the storefront api simply returns zero results....:
I get the same when querying from my app - usual configuration.
Any ideas?
Solved! Go to the solution
This is an accepted solution.
Are those products published for use with the storefront api?
This is an accepted solution.
Are those products published for use with the storefront api?
Thanks Jason. I forgot to come back and confirm - it must be a new feature that products need to be published to apps now - it caught me out.
I was able to resolve the issue by bulk selecting all products and assigning them to my storefront api app as you suggest.