Setting Custom Options while adding a product to cart via SOAP in Magento
I am trying to use the shoppingCartProductAdd SOAP API to add a product with Custom Options to cart. Below is the array I am passing for the products parameter. I've a custom option id 1 for which the selected value id in the dropdown is 2. (you can view the product here ) array (size=1) 0 => array (size=3) 'product_id' => int 25 'qty' => int 1 'options' => array (size=1) 1 => int 2 This product gets added to the cart but when I retrieve the cart details / totals, it does not reflect the custom options. I've also manually checked the entry created in the sales_flat_quote_item and the sales