The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
25 views

How do I get custom variable, billing address, shipping address in Invoice using SOAP API of magento1.7?

I am using SOAP API in Magento 1.7 Its easy pretty to fetch Invoice details using invoice id. But it provide billing_address_id and shipping_address_id only How I can fetch corresponding addresses ...
1
vote
1answer
35 views

Getting SOAP ERROR in Magento

I am using the Soap api's of the Magento. While using the webservices i am getting the below issue Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't find I have made all the extensions enable on the ...
1
vote
1answer
26 views

What is the lifetime of a SOAP v2 session in magento?

I was wondering what the lifetime is of a soap v2 session in magento. I wish to implement an auto renew method every x minutes but for that I need to know how long a login session/token stays valid. ...
0
votes
1answer
35 views

Multi site API, localized endpoint

Here's one for the gurus here. By default, Magento's WSDL provides a single endpoint (mainstore.com). The issue is, for multisite installs, there's no way to provide localized info (different prices, ...