Simplified hooks
ReturnSimpleProduct objects with pre-computed prices and images.
Full data hooks
Return the fullStoreProduct shape from the GraphQL API, including all variant, pricing, media, and deliverable data.
Types
SimpleProduct
Returned byuseProducts, useProduct, fetchProducts, and fetchProduct.
SimpleProduct
StoreProduct
Returned byuseStoreProducts, useStoreProduct, fetchStoreProducts, and fetchStoreProduct. The full product shape from the GraphQL API.
StoreProduct
Next steps
- Cart. Add products to the cart and manage line items
- Products concepts. Understand the product data model and pricing