# Get product types for product 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. Endpoint: GET /v2/products/{uuid}/product-types Version: 2.1 Security: Authorization ## Path parameters: - `uuid` (string, required) UUID of product ## Response 200 fields (application:json): - `data` (array) - `data.uuid` (string) - `data.title` (string) - `data.links` (array) - `data.links.method` (string, required) - `data.links.rel` (string, required) - `data.links.href` (string, required) ## Response 404 fields (application/json): - `message` (string) A human-readable error message. - `code` (string) An internal error code. - `http_code` (integer) Http Status Code ## Response 405 fields (application/json): - `message` (string) A human-readable error message. - `code` (string) An internal error code. - `http_code` (integer) Http Status Code