Skip to content

Instantly share code, notes, and snippets.

@ericas
Created December 14, 2011 02:03
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 ericas/1474894 to your computer and use it in GitHub Desktop.
Save ericas/1474894 to your computer and use it in GitHub Desktop.
ProductWithLoggedInWishes
<?xml version="1.0" encoding="utf-16" ?>
- <Product xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wishpot.com/restapi">
<Id>2</Id>
<Source>4</Source>
<SourceProductId>a02df78e52b44635a87bf6d864b50c41</SourceProductId>
<Sku>ITEMFORSTATS</Sku>
<Title>Complete Works of Shakespeare</Title>
<Url>http://lianza.org</Url>
<Domain>lianza.org</Domain>
<VendorId xsi:nil="true" />
<AverageRating xsi:nil="true" />
<NumRatings>0</NumRatings>
<IsDiscontinued>false</IsDiscontinued>
<CategoryId>1</CategoryId>
<Quantity xsi:nil="true" />
<CountryCode>US</CountryCode>
<LowNewPrice>100.0000</LowNewPrice>
<HighNewPrice xsi:nil="true" />
<LowUsedPrice xsi:nil="true" />
<HighUsedPrice xsi:nil="true" />
<RentalPrice xsi:nil="true" />
<CreatedTime>2011-12-14T02:02:37.96</CreatedTime>
<LastModifiedTime>2011-12-14T02:02:37.913</LastModifiedTime>
<CurrencyIsoCode>USD</CurrencyIsoCode>
<DisplayPrice>100.0000</DisplayPrice>
<RedirectUrl>http://auto.test.wishpot.com/public/merchant.aspx?pid=2&pcat=Aprons&pr=100.00&url=http%3A%2F%2Flianza.org</RedirectUrl>
<ProductPictures />
<ShippingPolicies />
<IsPaypalCheckoutAvailable>false</IsPaypalCheckoutAvailable>
- <ProductStats>
<NumOwnWishes>1</NumOwnWishes>
- <LoggedInUsersLists>
- <WishSummary>
<ListId>2</ListId>
<WishId>2</WishId>
<ListType>0</ListType>
<AccessType>30</AccessType>
<CreatedTime>2011-12-14T02:02:38.59</CreatedTime>
</WishSummary>
</LoggedInUsersLists>
</ProductStats>
</Product>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment