Created
December 1, 2009 19:05
-
-
Save coderberry/246538 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <order> | |
| <company-id>1</company-id> | |
| <shipping-profile>t1</shipping-profile> | |
| <shipping-full-name>John Doe</shipping-full-name> | |
| <shipping-care-of/> | |
| <shipping-address-1>123 Easy St</shipping-address-1> | |
| <shipping-address-2/> | |
| <shipping-city>Eau Claire</shipping-city> | |
| <shipping-state>WI</shipping-state> | |
| <shipping-zip>77593</shipping-zip> | |
| <shipping-country>US</shipping-country> | |
| <items> | |
| <item> | |
| <inventory-item-id>1</inventory-item-id> | |
| <quantity>1</quantity> | |
| </item> | |
| <item> | |
| <inventory-item-id>2</inventory-item-id> | |
| <quantity>1</quantity> | |
| </item> | |
| <item> | |
| <inventory-item-id>3</inventory-item-id> | |
| <quantity>3</quantity> | |
| </item> | |
| </items> | |
| </order> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment