ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

ProductListing API for Sales Channel app

Open marcel-silva opened this issue 8 years ago • 2 comments

Hi Guys,

Great work here, but I could't find the ProductListing API to use with Sales Channels apps. See doc: https://help.shopify.com/api/reference/productlisting

At the moment I'm doing the old fashion way, but it would be nice to keep all using ShopifySharp.

var client = new HttpClient(); client.DefaultRequestHeaders.Add("X-Shopify-Access-Token",token); HttpResponseMessage response = await client.GetAsync("https://"+shop+"/admin/product_listings.json?limit=250");

Please let me know if there is a way to retrieve only products assigned to Sales Channel app via ShopifySharp.

thanks

marcel-silva avatar Sep 25 '17 05:09 marcel-silva

Hey, thanks for filing this issue! I'll be happy to add support for the Product Listing API, but I can't promise a time frame. If you want to take a shot at this with a pull request I'd be happy to review it and offer guidance if wanted. Otherwise I'll get it in as soon as I have some extra time.

nozzlegear avatar Sep 25 '17 15:09 nozzlegear

Sorry I'm busy as well. Maybe once (and if) I finish this app I'm working on. :) thanks

marcel-silva avatar Sep 26 '17 05:09 marcel-silva