Skip to content

Instantly share code, notes, and snippets.

@bekarice
Created September 15, 2016 08:01
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/bdeef49d064cab65c2b916f38cfb8470 to your computer and use it in GitHub Desktop.
Save bekarice/bdeef49d064cab65c2b916f38cfb8470 to your computer and use it in GitHub Desktop.
WooCommerce Customer / Order XML Export: customer default format
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Customers>
<Customer>
<CustomerId>2</CustomerId>
<FirstName>Walter</FirstName>
<LastName>White</LastName>
<Username>heisenberg</Username>
<Email>heisenberg@mailinator.com</Email>
<Password>$P$Bgk6ueUptG6Crl4/uJFVR.mIPj8Sn6.</Password>
<DateRegistered>2016-07-19 22:17:30</DateRegistered>
<BillingFirstName>Walter</BillingFirstName>
<BillingLastName>White</BillingLastName>
<BillingCompany></BillingCompany>
<BillingAddress1>308 Negra Arroyo Lane</BillingAddress1>
<BillingAddress2></BillingAddress2>
<BillingCity>Albuquerque</BillingCity>
<BillingState>NM</BillingState>
<BillingPostcode>87104</BillingPostcode>
<BillingCountry>US</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>
<Username>schraderbrau</Username>
<Email>schraderbrau@mailinator.com</Email>
<Password>$P$BQ3ZCA2qdRHX.6w4waElGUFirzdwgO/</Password>
<DateRegistered>2016-09-06 23:01:01</DateRegistered>
<BillingFirstName>Hank</BillingFirstName>
<BillingLastName>Schrader</BillingLastName>
<BillingCompany></BillingCompany>
<BillingAddress1>4301 Cumbre del Sol Ct NE</BillingAddress1>
<BillingAddress2></BillingAddress2>
<BillingCity>Albuquerque</BillingCity>
<BillingState>NM</BillingState>
<BillingPostcode>87111</BillingPostcode>
<BillingCountry>US</BillingCountry>
<BillingEmail>schraderbrau@mailinator.com</BillingEmail>
<BillingPhone>5551236785</BillingPhone>
<ShippingFirstName>Hank</ShippingFirstName>
<ShippingLastName>Schrader</ShippingLastName>
<ShippingCompany></ShippingCompany>
<ShippingAddress1>4309 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