0

我正在尝试使用 Magento SOAP v1 API 将产品添加到 Magento 中的购物车,但收到 Please specify the product required option(s).错误消息。

通话发生如下:

        $productArray[] = array(
            "product_id"=>"24",
            "qty"=>1
);
    $resultCartProductAdd = $client->call($session, "cart_product.add", array($shoppingCartId, $productArray));

我无法弄清楚如何找出将产品添加到购物车所需的所有选项。任何帮助将不胜感激。

4

0 回答 0