A Very Simple And Easy To Use Shoppy C# API - Please Credit If Used Or You Take Code From This!
This Requires Newtonsoft.Json. Right Click References, Go To The Assemblies Tab & Search Json.
var ShoppyAPI = new Shoppy("apikeyhere");
var Products = JsonConvert.DeserializeObject<Shoppy.Product[]>(ShoppyAPI.GetAllProducts());