Get details of the specified product October 06 2015
GET details of the specified product...
/api/v2/products/:sku /api/v2/products/:sku.xml
Example result...
<?xml version="1.0" encoding="UTF-8"?> <product> <id>BILL-WAX</id> <sku>BILL-WAX</sku> <name>Quality Bill Wax</name> <price type="float">5.00</price> <order_count type="integer">4</order_count> <download_count type="integer">5</download_count> <paypal_add_to_cart_link href="http://demo.fetchapp.com/sell/abcdef/ppc">/sell/abcdef/ppc</paypal_add_to_cart_link> <paypal_buy_now_link href="http://demo.fetchapp.com/sell/jshahsai">/sell/abcdef</paypal_buy_now_link> <paypal_view_cart_link href="http://demo.fetchapp.com/cart/pp">/cart/pp</paypal_view_cart_link> <created_at type="datetime">2008-11-10T22:54:32+00:00</created_at> <files_uri>https://demo.fetchapp.com/api/v2/products/BILL-WAX/files</files_uri> <downloads_uri>https://demo.fetchapp.com/api/v2/products/BILL-WAX/downloads</downloads_uri> </product>