cancel
Showing results for 
Search instead for 
Did you mean: 

API Call for sales order shipment create and addtrack

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

API Call for sales order shipment create and addtrack

I'm need to insert shipments in the magento database, using the API interface.

My problem is, what is the exact layout for the xml to send using MSXML2.XMLHTTP60.

For the login I use the following post request, this work OK.

 

<?xml version="1.0" encoding="UTF-8"?>

-<soapenv:Envelope xmlns:urn="urn:Magento" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

-<soapenv:Body>

-<urn:login soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

<username xsi:type="xsd:string">bloemtotaal</username>

<apiKey xsi:type="xsd:string">gac2EsEm</apiKey>

</urn:login>

</soapenv:Body>

</soapenv:Envelope>

 

How does the XML layout looks of the shipment.create and shipment.addtrack?

 

 

1 REPLY 1

Re: API Call for sales order shipment create and addtrack