| Name | Type | Description | Notes |
|---|---|---|---|
| Category | List<string> | List of categories the product belongs to | [optional] |
| Price | decimal? | Price of the product | [optional] |
| ProductId | string | Unique identifier for the product | [optional] |
| Quantity | decimal? | Quantity of the product | [optional] |
| VariantId | string | Identifier for the product variant | [optional] |