Title: XML order export with API
Last modified: August 31, 2016

---

# XML order export with API

 *  [shant20](https://wordpress.org/support/users/shant20/)
 * (@shant20)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/xml-order-export-with-api/)
 * 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/](https://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/xml-order-export-with-api/#post-7110563)
 * Thats an XML spec specific to your application. [https://wordpress.org/plugins/wp-all-export/](https://wordpress.org/plugins/wp-all-export/)
   could probably generate it, but doesn’t post.
 * Our API exposes data in JSON format, but not like the above. You may need some
   kind of middleware to convert it.

Viewing 1 replies (of 1 total)

The topic ‘XML order export with API’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [export](https://wordpress.org/support/topic-tag/export/)
 * [xml](https://wordpress.org/support/topic-tag/xml/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/xml-order-export-with-api/#post-7110563)
 * Status: not resolved