# Products Endpoints for searching and retrieving product details. ## Get product list - [GET /v2/products](https://docs.bemyguest.com.sg/openapi/products/getproductlist.md): Retrieves a comprehensive list of all available products. This endpoint supports various filtering and sorting options to help you narrow down the results. You can filter by product , , , and . Pagination is available using the and parameters. You can also specify the order and the for the response. ## Get product details - [GET /v2/products/{uuid}](https://docs.bemyguest.com.sg/openapi/products/getproductdetails.md): Fetches detailed information for a specific product using its unique identifier (). You can specify which to return and the desired for the response content.