Skip to content

Instantly share code, notes, and snippets.

@wishpot
Created October 18, 2011 22:29
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/1296934 to your computer and use it in GitHub Desktop.
Save wishpot/1296934 to your computer and use it in GitHub Desktop.
Purchases Sample Output
<Purchases xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wishpot.com/restapi">
<Purchase>
<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-18T22:26:23.33</CreatedTime>
<LastModifiedTime>2011-10-18T22:26:23.33</LastModifiedTime>
<Product>
<Id>1</Id>
<Source>0</Source>
<SourceProductId>d3496ba8a3af4527b74a8b3a9ffaa123</SourceProductId>
<Sku>SKUHERE</Sku>
<Title>Complete Works of Shakespeare</Title>
<Url>http://lianza.org</Url>
<VendorId>4</VendorId>
<AverageRating xsi:nil="true" />
<NumRatings xsi:nil="true" />
<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-18T22:26:02.203</CreatedTime>
<LastModifiedTime>2011-10-18T22:26:19.953</LastModifiedTime>
<CurrencyIsoCode>USD</CurrencyIsoCode>
<DisplayPrice>5.5500</DisplayPrice>
<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>
</Purchase>
<Purchase>
<Id>2</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-18T22:26:23.343</CreatedTime>
<LastModifiedTime>2011-10-18T22:26:23.343</LastModifiedTime>
<Product>
<Id>1</Id>
<Source>0</Source>
<SourceProductId>d3496ba8a3af4527b74a8b3a9ffaa123</SourceProductId>
<Sku>SKUHERE</Sku>
<Title>Complete Works of Shakespeare</Title>
<Url>http://lianza.org</Url>
<VendorId>4</VendorId>
<AverageRating xsi:nil="true" />
<NumRatings xsi:nil="true" />
<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-18T22:26:02.203</CreatedTime>
<LastModifiedTime>2011-10-18T22:26:19.953</LastModifiedTime>
<CurrencyIsoCode>USD</CurrencyIsoCode>
<DisplayPrice>5.5500</DisplayPrice>
<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>
</Purchase>
</Purchases>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment