# Carts.LineItemRequestData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**quantity** | **Number** |  | 
**productId** | **Number** |  | 
**variantId** | **Number** | Required if the product has variants | 
**listPrice** | **Number** |  | [optional] 
**optionSelections** | [**[ProductOptionSelection]**](ProductOptionSelection.md) |  | [optional] 
