Skip to main content

useProduct

The useProduct hook fetches a single product by its ID. Returns complete product details including variants, media, pricing, and shop information. Use this for product detail pages or when you need full product data for a single item. For fetching multiple products efficiently, use useProducts() instead which batches requests.

Anchor to params
params
required


Was this page helpful?