Magento soap api shoppingCartCreate with quote_currency_code arguments
up vote
0
down vote
favorite
I'm trying to magento API cartorder with Soap, but am stuck with shoppingCartCreate with quote_currency_code arguments, shoppingCartCreate supports only two arguments like sessionId and storeId? kindly help me to create quoteId with corresponding currency code.
$cartId = $proxy->shoppingCartCreate(array('sessionId' => $sessionId, 'store' => $store_id,'quote_currency_code'=>$currency_code);
api magento soap parameters cart
add a comment |
up vote
0
down vote
favorite
I'm trying to magento API cartorder with Soap, but am stuck with shoppingCartCreate with quote_currency_code arguments, shoppingCartCreate supports only two arguments like sessionId and storeId? kindly help me to create quoteId with corresponding currency code.
$cartId = $proxy->shoppingCartCreate(array('sessionId' => $sessionId, 'store' => $store_id,'quote_currency_code'=>$currency_code);
api magento soap parameters cart
Could you post your code?
– toti08
Nov 7 at 9:07
@toti08 Code added.
– Mineesh A N
Nov 8 at 4:20
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to magento API cartorder with Soap, but am stuck with shoppingCartCreate with quote_currency_code arguments, shoppingCartCreate supports only two arguments like sessionId and storeId? kindly help me to create quoteId with corresponding currency code.
$cartId = $proxy->shoppingCartCreate(array('sessionId' => $sessionId, 'store' => $store_id,'quote_currency_code'=>$currency_code);
api magento soap parameters cart
I'm trying to magento API cartorder with Soap, but am stuck with shoppingCartCreate with quote_currency_code arguments, shoppingCartCreate supports only two arguments like sessionId and storeId? kindly help me to create quoteId with corresponding currency code.
$cartId = $proxy->shoppingCartCreate(array('sessionId' => $sessionId, 'store' => $store_id,'quote_currency_code'=>$currency_code);
api magento soap parameters cart
api magento soap parameters cart
edited Nov 8 at 4:18
asked Nov 7 at 9:03
Mineesh A N
12
12
Could you post your code?
– toti08
Nov 7 at 9:07
@toti08 Code added.
– Mineesh A N
Nov 8 at 4:20
add a comment |
Could you post your code?
– toti08
Nov 7 at 9:07
@toti08 Code added.
– Mineesh A N
Nov 8 at 4:20
Could you post your code?
– toti08
Nov 7 at 9:07
Could you post your code?
– toti08
Nov 7 at 9:07
@toti08 Code added.
– Mineesh A N
Nov 8 at 4:20
@toti08 Code added.
– Mineesh A N
Nov 8 at 4:20
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186282%2fmagento-soap-api-shoppingcartcreate-with-quote-currency-code-arguments%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you post your code?
– toti08
Nov 7 at 9:07
@toti08 Code added.
– Mineesh A N
Nov 8 at 4:20