CartItemDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The 24 character hexadecimal string id of the item to be added or modified | [default to null] |
| quantity | BigDecimal | The item quantity to be set, 0 means item is for removal | [default to null] |
| extras | List | The extra option per item | [optional] [default to null] |