Skip to content

Instantly share code, notes, and snippets.

@bekarice
Created September 15, 2016 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bekarice/9a71de6a9e9f049ee6edef7c74777e40 to your computer and use it in GitHub Desktop.
Save bekarice/9a71de6a9e9f049ee6edef7c74777e40 to your computer and use it in GitHub Desktop.
WooCommerce Customer / Order XML Export: customer legacy format
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Customers>
<Customer>
<CustomerId>2</CustomerId>
<FirstName>Walter</FirstName>
<LastName>White</LastName>
<Email>heisenberg@mailinator.com</Email>
<DateRegistered>2016-07-19 22:17:30</DateRegistered>
<BillingFirstName>Walter</BillingFirstName>
<BillingLastName>White</BillingLastName>
<BillingCompany></BillingCompany>
<Billingcountry></Billingcountry>
<BillingEmail>heisenberg@mailinator.com</BillingEmail>
<BillingPhone>5558675309</BillingPhone>
<ShippingFirstName>Walter</ShippingFirstName>
<ShippingLastName>White</ShippingLastName>
<ShippingCompany></ShippingCompany>
<ShippingAddress1>308 Negra Arroyo Lane</ShippingAddress1>
<ShippingAddress2></ShippingAddress2>
<ShippingCity>Albuquerque</ShippingCity>
<ShippingState>NM</ShippingState>
<ShippingPostcode>87104</ShippingPostcode>
<ShippingCountry>US</ShippingCountry>
</Customer>
<Customer>
<CustomerId>5</CustomerId>
<FirstName>Hank</FirstName>
<LastName>Schrader</LastName>
<Email>schraderbrau@mailinator.com</Email>
<DateRegistered>2016-09-06 23:01:01</DateRegistered>
<BillingFirstName>Hank</BillingFirstName>
<BillingLastName>Schrader</BillingLastName>
<BillingCompany></BillingCompany>
<Billingcountry></Billingcountry>
<BillingEmail>schraderbrau@mailinator.com</BillingEmail>
<BillingPhone>5551236785</BillingPhone>
<ShippingFirstName>Hank</ShippingFirstName>
<ShippingLastName>Schrader</ShippingLastName>
<ShippingCompany></ShippingCompany>
<ShippingAddress1>4301 Cumbre del Sol Ct NE</ShippingAddress1>
<ShippingAddress2></ShippingAddress2>
<ShippingCity>Albuquerque</ShippingCity>
<ShippingState>NM</ShippingState>
<ShippingPostcode>87111</ShippingPostcode>
<ShippingCountry>US</ShippingCountry>
</Customer>
</Customers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment