Skip to content

Instantly share code, notes, and snippets.

@wishpot
Created October 18, 2011 06:35
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 wishpot/1294755 to your computer and use it in GitHub Desktop.
Save wishpot/1294755 to your computer and use it in GitHub Desktop.
Purchase Resource
<?xml version="1.0" encoding="utf-16" ?>
<Purchase xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wishpot.com/restapi">
<Id>1</Id>
<ProductId>1</ProductId>
<SellerUserId>4</SellerUserId>
<ViewerBuyerUserId xsi:nil="true" />
<Quantity>1</Quantity>
<Price>5.5500</Price>
<CurrencyIsoCode>USD</CurrencyIsoCode>
<AccessType>30</AccessType>
<Status>1</Status>
<CreatedTime>2011-10-20T20:38:13.903</CreatedTime>
<LastModifiedTime>2011-10-20T20:38:13.9</LastModifiedTime>
<Product>
<Id>1</Id>
<Source>0</Source>
<SourceProductId>37c2b003813c40879808c0127a26c655</SourceProductId>
<Sku>SKUHERE</Sku>
<Title>Complete Works of Shakespeare</Title>
<Url>http://lianza.org</Url>
<VendorId>4</VendorId>
<AverageRating xsi:nil="true" />
<NumRatings>0</NumRatings>
<IsDiscontinued>false</IsDiscontinued>
<CategoryId>1</CategoryId>
<Quantity xsi:nil="true" />
<CountryCode>US</CountryCode>
<LowNewPrice>5.5500</LowNewPrice>
<HighNewPrice xsi:nil="true" />
<LowUsedPrice xsi:nil="true" />
<HighUsedPrice xsi:nil="true" />
<RentalPrice xsi:nil="true" />
<CreatedTime>2011-10-20T20:38:10.26</CreatedTime>
<LastModifiedTime>2011-10-20T20:38:13.793</LastModifiedTime>
<CurrencyIsoCode>USD</CurrencyIsoCode>
<DisplayPrice>5.5500</DisplayPrice>
<RedirectUrl>http://auto.test.wishpot.com/public/merchant.aspx?pid=1&pcat=Aprons&pr=5.55&pspid=37c2b003813c40879808c0127a26c655&ps=0&url=http%3A%2F%2Flianza.org</RedirectUrl>
<ProductPicture>
<Id>1</Id>
<RemoteUrl0>http://images.amazon.com/images/P/0060776757.01._SCMZZZZZZZ_V62543500_.jpg</RemoteUrl0>
<Width0>62</Width0>
<Height0>75</Height0>
<StoredPictureId0>0</StoredPictureId0>
<CalculatedUrl0>http://images.amazon.com/images/P/0060776757.01._SCMZZZZZZZ_V62543500_.jpg</CalculatedUrl0>
<Width1>0</Width1>
<Height1>0</Height1>
<StoredPictureId1>0</StoredPictureId1>
<Width2>0</Width2>
<Height2>0</Height2>
<StoredPictureId2>0</StoredPictureId2>
<ProductId>1</ProductId>
</ProductPicture>
<ShippingPolicies />
<IsPaypalCheckoutAvailable>false</IsPaypalCheckoutAvailable>
</Product>
<MostRecentTransaction>
<Memo>If these sunglasses have a case, if you could include that as well, that would be fantastic!</Memo>
<Shipping>7.0000</Shipping>
<Address_Name>The DogHouse</Address_Name>
<Address_Street>15 Leeloo Avenue</Address_Street>
<Address_City>Seattle</Address_City>
<Address_Zip>12441</Address_Zip>
<Address_State>WA</Address_State>
<Address_Country>United States</Address_Country>
<Address_Country_Code>US</Address_Country_Code>
<Contact_Phone>555-555-5555</Contact_Phone>
<CreatedDate>2011-10-20T20:38:13.81</CreatedDate>
</MostRecentTransaction>
</Purchase>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment