• Hi WooCommerce team,

    Before I buy another plugin that is not usable for my application.
    I want to ask for advice.

    I need to schedule an action that’s export the Woocommerce orders in an XML file and send in with the POST method to an URL.
    As bellow, you can see that I must fill an email and password for my own supplier (dropshipping system) and add/rename some fields.

    I already have bought Store exporter deluxe, unfortunately this plugin is not working for me. The customers service is great!

    Maybe there is a free solutions for this application;D?

    Thanks in advance guys….

    XML example
    ——————————–
    <?xml version=”1.0″?>

    <orderdetails>

    <customerdetails>

    <email>testaccount@mail.nll</email>

    <password>API76516666666666666652ddcecc</password>

    <output>advanced</output>

    </customerdetails>

    <receiver>

    <name>Test Person</name>

    <street>Test street</street>

    <house_nr>24</house_nr>

    <postalcode>2628BL</postalcode>

    <city>Test city</city>

    <country>1</country

    <phone>+31567234939</phone>

    </receiver>

    <products>

    <artnr>05633310000</artnr>

    <artnr>05633310000</artnr>

    <artnr>cadeau</artnr>

    </products>

    </orderdetails>
    ——————————

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘XML order export with API’ is closed to new replies.