Information about a specific cart line item.
Name | Type | Description | Notes |
---|---|---|---|
Id | string | A unique identifier for the cart line item. | |
ProductId | string | A unique identifier for the product associated with the cart line item. | |
ProductVariantId | string | A unique identifier for the product variant associated with the cart line item. | |
Quantity | int32 | The quantity of a cart line item. | |
Price | float32 | The price of a cart line item. |