# useProduct
The useProduct composable allows fetching a list of products.
# API
# products
Main data object populated by the search() method.
# search()
Fetches products matching provided filters and saves results from the API in the products property.
# loading
Indicates whether the search() method is in progress.
# error
Contains errors from the search() method.
← usePayment useReview →