誰かが magento の Add to cart API を動作させましたか?
$mage_url = 'http://server_path/magento/api/?wsdl';
$mage_user = 'xxxxx';
$mage_api_key = 'xxxxx';
// SOAP クライアントを初期化 $soap = new SoapClient( $mage_url );
// Magento にログイン $session_id = $soap->login( $mage_user, $mage_api_key );
この後やりたい カートに入れる
なにか提案を..