|
XML String, representing all Order records for which a 'Basket' entry was created. To view
the validating XSD Schema, please click here. An example is provided
here or below:
<Orders>
<Order Order_ID="1b7c976da05b47cf9bba4b156f53162e">
<Shopper_ID>test1@somesite.com</Shopper_ID>
<Basket Date_Created="2004-03-17T15:12:00" />
</Order>
<Order Order_ID="59d0aa841bd64f6b9337b0dff9812386">
<Shopper_ID></Shopper_ID>
<Basket Date_Created="2004-02-09T18:20:00" />
</Order>
...
</Orders>
If the account does not contain any records, the <Orders>
root node will not contain any child elements. An example is provided below:
<Orders />
All non-XML strings returned by this method should be considered errors.
|