# Products

Endpoints for searching and retrieving product details.

 - [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 `type`, `category`
 - [GET /v2/products/{uuid}](https://docs.bemyguest.com.sg/openapi/products/getproductdetails.md): Fetches detailed information for a specific product using its unique identifier (`UUID`). You can specify which `fields` to return and the desired `language` for the response content.
 - [GET /v2/products/{uuid}/restrictions](https://docs.bemyguest.com.sg/openapi/products/getproductrestrictions.md): Returns the origin restrictions configured for a product, scoped to the authenticated distribution partner. Restrictions control which customer origins (by country) are allowed or excluded from purcha
