ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
Hi @nozzlegear, i have a issue that how we can manage product availability? i have 2 sales channel which are following: 1) Online Store 2) Point of sale
Can the price rule "minimum quantity of items" be added to the price rule object. I see that the minimum purchase amount is available and is working well. I can't...
It appears previously shopify used to allow vanity urls (i.e CNAME store urls and not just .myshopify.com) urls. However if a vanity url is used in ShopifySharp i.e `mystore.com` instead...
Hi, I am attempting to create a fulfillment. I have followed your example code, and tried more complex but always get an error back. Here is my code: public class...
Hi, Thanks for the awesome library! Do you have plans to add support for `currency_exchange_adjustment` returned from the Transactions API? This is needed so one can figure out the payment...
If you use "Online access" [https://shopify.dev/tutorials/authenticate-with-oauth#step-1-get-the-clients-credentials](https://shopify.dev/tutorials/authenticate-with-oauth#step-1-get-the-clients-credentials) the return data doesn't contain additional data that should be returned if you are using access-mode: "per-user": Sample data what should be returned: 
I need to get a list of customer orders, but by default it only returns a max of 50 as this is the default limit. Also CustomerOrderListFilter does not support...
FYI Purchase orders are coming https://help.shopify.com/en/manual/products/inventory/purchase-orders I can't see the RESTful API update with it in yet, I will confirm when we see this drop.
When creating a new fulfillment for an order if you specific fulfillment.trackingnumber it works (single tracking number), however when you use fulfillment.trackingnumbers for multiple tracking numbers it doesn't work. It...
Hi! when i set the UpdatedAtMax or/and UpdatedAtMin properties of the CustomCollectionFilter the behaviour is unexpected and most of the times I get an exception..