Skip to content

Instantly share code, notes, and snippets.

@wishpot
wishpot / gist:1257243
Created October 2, 2011 08:44
Product Resource
<Product xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wishpot.com/restapi">
<Id>80804</Id>
<Source>6</Source>
<SourceProductId>23867_1000125880</SourceProductId>
<Sku>1000125880</Sku>
<Title>Pansonic DVD-S54EBK DVD Player</Title>
<Url>
http://www.awin1.com/pclick.php?p=116736582&a=45628&m=2533
</Url>
<VendorId>23867</VendorId>
@wishpot
wishpot / gist:1258238
Created October 3, 2011 01:22
ShippingPolicy Resource
<ShippingPolicy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wishpot.com/restapi">
<Id>1</Id>
<Cost>5.0000</Cost>
<Region>Domestic</Region>
<CurrencyIsoCode>GBP</CurrencyIsoCode>
<CreatedTime>2011-10-02T08:35:43.353</CreatedTime>
<LastModifiedTime>2011-10-02T08:35:43.353</LastModifiedTime>
</ShippingPolicy>
@wishpot
wishpot / gist:1278871
Created October 11, 2011 18:06
OAuthCredential Resource
<?xml version="1.0" encoding="utf-16"?>
<OAuthCredential 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>
<NetworkUserId>ID_ON_NETWORK_HERE</NetworkUserId>
<NetworkScreenName>DISPLAY_NAME_HERE</NetworkScreenName>
<AccessToken>ACCESS_TOKEN_HERE</AccessToken>
<AccessTokenSecret>SECRET_HERE</AccessTokenSecret>
<SocialNetwork>Shopify</SocialNetwork>
<CreatedTime>2011-10-11T18:01:46.487</CreatedTime>
<LastModifiedTime>2011-10-11T18:01:46.48</LastModifiedTime>
@wishpot
wishpot / PaypalCredentialDetail.xml
Created October 12, 2011 23:47
PaypalCredential Resource
<PaypalCredential><Id>17</Id><UserId>507</UserId><Email>mygmailaccount@gmail.com</Email></PaypalCredential>
@wishpot
wishpot / User.xml
Created October 14, 2011 00:37
User Resource
<User xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.wishpot.com/restapi">
<Id>24273</Id>
<FirstName>maxinho</FirstName>
<LastName>maxinho</LastName>
<ScreenName>maxinho</ScreenName>
<IsVendor>true</IsVendor>
<FbUserId xsi:nil="true" />
<FbPageId xsi:nil="true" />
@wishpot
wishpot / Product.xml
Created October 14, 2011 00:41
Product Resource
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Product xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wishpot.com/restapi">
<Id>80804</Id>
<Source>6</Source>
<SourceProductId>23867_1000125880</SourceProductId>
<Sku>1000125880</Sku>
<Title>Pansonic DVD-S54EBK DVD Player</Title>
<Url>
http://www.awin1.com/pclick.php?p=116736582&a=45628&m=2533
</Url>
@wishpot
wishpot / gist:1294739
Created October 18, 2011 06:18
Product Search Result
<SearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wishpot.com/restapi">
<FullResultCount>488</FullResultCount>
<SearchTerm>book</SearchTerm>
<CorrectedSearchTerm>book</CorrectedSearchTerm>
<BreadCrumbs>
<Segment Id="Search for book">
<Name>Search for book</Name>
<Count>-1</Count>
<SiteUrl>
http://www.wishpot.com/public/search.aspx?sk=book&prvid=4&st=
@wishpot
wishpot / Purchase.xml
Created October 18, 2011 06:35
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>
@wishpot
wishpot / Purchases.xml
Created October 18, 2011 22:29
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>
@wishpot
wishpot / Followers.xml
Created October 24, 2011 04:04
Followers Sample Output
<Users xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wishpot.com/restapi">
<User>
<Id>29</Id>
<FirstName>Alexis</FirstName>
<LastName>Smith</LastName>
<ScreenName>Alexis</ScreenName>
<IsVendor>false</IsVendor>
<FbUserId>555555</FbUserId>
<FbPageId xsi:nil="true"/>
<MainPictureId>37</MainPictureId>