Home > @vsf-enterprise/epcc-api > GetProductParams
# GetProductParams interface
Parameters to request a product from the published catalog.
Signature:
export interface GetProductParams
# Properties
| Property | Type | Description |
|---|---|---|
| id | string | The unique identifier for a product. |
| locale? | string | (Optional) Locale for product data localization. |
| withConnectedProducts? | boolean | (Optional) Flag for requesting the connected products too. |
| withInventory? | boolean | (Optional) Flag for requesting stock data too. |