Name | Type | Description | Notes |
---|---|---|---|
id | String | ID of the product. UUID Version 4. | |
title | String | The title of the product. | |
description | Option<String> | The description of the product. | [optional] |
active | Option<bool> | The active status of a product. | [optional] |
_type | String | The type of product. | |
variants | Option<Veccrate::models::ProductVariant> | [optional] | |
categories | Option<Veccrate::models::ProductCategory> | [optional] |