# Product-Types

Endpoints for retrieving product type information, pricing, and availability.

 - [GET /v2/products/{uuid}/product-types](https://docs.bemyguest.com.sg/openapi/product-types/getproducttypesforproduct.md): Returns a list of all available `product-types` for a given product `UUID`. This is useful for understanding the different variations or options available for a single product.
 - [GET /v2/product-types/{uuid}](https://docs.bemyguest.com.sg/openapi/product-types/getproducttypedetails.md): Retrieves the full details of a specific `product-type` using its `UUID`. This includes information about pricing, availability, and booking requirements. You can specify which `fields` to return and
 - [GET /v2/product-types/{uuid}/price-lists](https://docs.bemyguest.com.sg/openapi/product-types/getpricelistcalendar.md): Provides a calendar view of pricing and availability for a specific `product-type`. You must provide a `date_start` and `date_end` to define the period you are interested in. The date range cannot exc
 - [GET /v2/product-types/{uuid}/price-lists/{date}](https://docs.bemyguest.com.sg/openapi/product-types/checkavailabilityandprice.md): Checks the real-time availability and price for a specific `product-type` on a single given `date`. > It is highly recommended to use this endpoint to confirm availability before proceeding with a boo
