ProductGetProps
Properties for getting a product.
interface ProductGetProps extends BaseProps {
id: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | A unique product identifier (code). |
Properties for getting a product.
interface ProductGetProps extends BaseProps {
id: string;
}| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | A unique product identifier (code). |