Information about a specific cart line item.
Name | Type | Description | Notes |
---|---|---|---|
Id | string | A unique identifier for the cart line item. | [optional] [readonly] |
ProductId | string | A unique identifier for the product associated with the cart line item. | [optional] |
ProductTitle | string | The name of the product for the cart line item. | [optional] [readonly] |
ProductVariantId | string | A unique identifier for the product variant associated with the cart line item. | [optional] |
ProductVariantTitle | string | The name of the product variant for the cart line item. | [optional] [readonly] |
Quantity | int32 | The quantity of a cart line item. | [optional] |
Price | float32 | The price of a cart line item. | [optional] |
Links | []ResourceLink | A list of link types and descriptions for the API schema documents. | [optional] [readonly] |