Storefront api is returning no products one hour after bulk import

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?

Are those products published for use with the storefront api?

1 Like

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.