Cart Item
Class name: CartItem
| Property | Type | Description | Required |
|---|---|---|---|
| userId | string | The ID of the user who owns the cart | Yes |
| productId | string | The ID of the product in the cart | Yes |
| variationId | string | The ID of the variation of the product in the cart (if this is a variable product) | No |
| quantity | int | The quantity of the product in the cart | Yes |