# GetProductData

[**@venuecms/sdk-next**](https://docs.venuecms.com/developers/sdk-next/reference/index)

***

## Type Alias: GetProductData

```ts
type GetProductData = object;
```

Defined in: [sdk/dist/index.d.mts:606](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L606)

### Type declaration

| Name           | Type     | Defined in                                                                                                                                   |
| -------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `path`         | `object` | [sdk/dist/index.d.mts:607](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L607) |
| `path.siteKey` | `string` | [sdk/dist/index.d.mts:608](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L608) |
| `path.slug`    | `string` | [sdk/dist/index.d.mts:609](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L609) |
