<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@vue-storefront/odoo-api](./odoo-api.md) &gt; [getProductTemplatesList](./odoo-api.getproducttemplateslist.md)

## getProductTemplatesList() function

<b>Signature:</b>

```typescript
export default function getProductTemplatesList(context: Context, params: GraphQlGetProductParams, customQuery?: CustomQuery): Promise<FetchResult<ProductResult>>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  context | Context |  |
|  params | GraphQlGetProductParams |  |
|  customQuery | CustomQuery |  |

<b>Returns:</b>

Promise&lt;FetchResult&lt;ProductResult&gt;&gt;

