Skip to main content

Products & Search

The SDK provides hooks and services for browsing your Shopify catalog — product listing, single product detail, collections, and full-text search. All queries go through the Shopify Storefront GraphQL API via the ProductService.

Quick Reference

Service Methods

All hooks wrap the ProductService, which is also accessible directly from useStackfront():

Response Shape

All product queries return Shopify’s standard GraphQL product shape via the Storefront API. See Types Reference for the full type details.