| Name | Type | Description | Notes |
|---|---|---|---|
| category | List<String> | List of categories the product belongs to | [optional] |
| price | BigDecimal | Price of the product | [optional] |
| productId | String | Unique identifier for the product | [optional] |
| quantity | BigDecimal | Quantity of the product | [optional] |
| variantId | String | Identifier for the product variant | [optional] |