Title: XML Format
Last modified: December 1, 2022

---

# XML Format

 *  [benetaylor](https://wordpress.org/support/users/benetaylor/)
 * (@benetaylor)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/xml-format-2/)
 * Hi! is it possible to get a order xml format like:
 * <orders id=”123″>
    <order id=”1″> <customer> <customerID>234</customerID> … </
   customer> <positions> <position number=”1″> …. </position> <position number=”
   2″> …. </position> </positions> </order> <order id=”2″> — </order> </orders>`
 * Thank you fpr feedback!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/xml-format-2/#post-16252034)
 * I’m unsure what is “123”. is it “1,2,3” ?
 * Any way, it requires a bit of programming.
 * Please, visit [https://docs.algolplus.com/algol_order_export/sample-addons/](https://docs.algolplus.com/algol_order_export/sample-addons/)
   
   Download and install XML plugin ( via >Plugins>Add New>Upload) Go back to export–
   you should mark checkbox at bottom (just above buttons) Use FileZilla to edit
   file /wp-content/plugins/woe-custom-xml/woe-custom-xml.php
 * thanks, Alex Prokaev`
 *  Thread Starter [benetaylor](https://wordpress.org/support/users/benetaylor/)
 * (@benetaylor)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/xml-format-2/#post-16252051)
 * Thank you fpr your reply!
    “123” just means that i have to add attributes to 
   the root and count orders.
 * Best!
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/xml-format-2/#post-16252058)
 * to get number of orders use
    `count(WC_Order_Export_Engine::$orders_for_export)`

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘XML Format’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/xml-format-2/#post-16252058)
 * Status: not resolved