Skip to content

Instantly share code, notes, and snippets.

@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 / 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 / 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: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>