BasketItem CreateForProduct( int productId, int quantity, string optionList, string kitList )
Parameters
- productId
- Id of the product for which to create the basket item
- quantity
- The quantity of basket item
- optionList
- List of option ids for the variant
- kitList
- List of product Ids of the kit items
Return Value
The BasketItem created