# Product-Types Endpoints for retrieving product type information, pricing, and availability. ## Get product types for product - [GET /v2/products/{uuid}/product-types](https://docs.bemyguest.com.sg/openapi/product-types/getproducttypesforproduct.md): Returns a list of all available for a given product . This is useful for understanding the different variations or options available for a single product. ## Get product-type details - [GET /v2/product-types/{uuid}](https://docs.bemyguest.com.sg/openapi/product-types/getproducttypedetails.md): Retrieves the full details of a specific using its . This includes information about pricing, availability, and booking requirements. You can specify which to return and the for the response. ## Get price and availability calendar - [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 . You must provide a and to define the period you are interested in. The date range cannot exceed six months. ## Check availability and price for a single date - [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 on a single given . > It is highly recommended to use this endpoint to confirm availability before proceeding with a booking.