protected static BasketItem ClaimChildItem( IList<BasketItem> unclaimedChildItems, int parentItemId, int productId, string optionList )
Parameters
- unclaimedChildItems
- List of unclaimed child items
- parentItemId
- the parent item id
- productId
- the product id
- optionList
- the option list
Return Value
If a matching item is found in the list, it is claimed and returned.