i am having problem when adding Configurable products to Shopping cart. the following array i set to the function
$productList_final =
Array
(
[0] => Array
(
[product_id] => 3
[sku] => Wallpaper
[name] => Wallpaper
[set] => 4
[type] => configurable
[category_ids] => Array
(
[0] => 3
)
[website_ids] => Array
(
[0] => 1
)
[qty] => 1.0000
[options] => Array
(
[info_buyRequest] => Array
(
[uenc] => aHR0cDovL2xvY2FsaG9zdC9zeW5jaHJvbml6ZS1vcmRlci9pbmRleC5waHAvY2VsbC1waG9uZXMvd2FsbHBhcGVyLmh0bWw,
[product] => 2
[form_key] => rYNDd47kaYLWGl4a
[related_product] =>
[super_attribute] => Array
(
[0] => Array
(
[key] => 92
[value] => 5
)
)
[qty] => 1
)
[attributes_info] => Array
(
[0] => Array
(
[label] => Color
[value] => Green
)
)
[simple_name] => Wallpaper-Green
[simple_sku] => Wallpaper-Green
[product_calculations] => 1
[shipment_type] => 0
)
)
)
But it generate error, "SOAP-ERROR: Encoding: object has no 'key' property" when called following function
$apiClient->shoppingCartProductAdd($sessionId, $cartId, $productList_final);
Any clue how i should prepare the above array - options (supper_attributes) ??
There's already a thread in Magento Stack Exchange over this issue - https://magento.stackexchange.com/questions/18027/configurable-products-with-soap-api