We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
api
- May 06, 2015 18
By using this code you can easily create order through magento api.
[php]
<?php
$proxy = new SoapClient('http://yoursite.com/api/soap/?wsdl');
$sessionId =...