ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
Just this afternoon, I discovered an unexpected change with the queries coming from Shopify. I found the query string now contains a "logged_in_customer_id" field. If the customer is not logged...
I would like to filter the list of products based on the location configured in inventory. I have allotted the product quality to location but Shopifysharp doesn't have filter option...
Shopify admin has the option to add bulk action links in orders/products/customers... pages. For these cases the request query string looks like this: hmac=XXXXXX&**ids%5B%5D=2074861961283&ids%5B%5D=2074861830211**&locale=en&shop=YYYYYYYYYYY×tamp=1552479578 These requests are not well documented...
``` shipping_address: phone can't be blank at ShopifySharp.ShopifyService.CheckResponseExceptions(HttpResponseMessage response, String rawResponse) [3/12/2019 10:05:41 PM] at ShopifySharp.ShopifyService.c__DisplayClass21_0`1.d.MoveNext() [3/12/2019 10:05:41 PM] --- End of stack trace from previous location where exception was...
I ran into issues with fulfilling an order for my app, and kept receiving error "unprocessable entity" It turns out, when fulfilling an order, the locationid is required. Can you...
 `RawBody` of the error has better error description
Hey guys, I just updated to the latest version of ShopifySharp, and based on a previous commit, you are now using HttpClient instead or Flurl. I don't mind removing that...
Hi, I am trying to get a list of orders. The order data is returned from Shopify but policyResult is not being returned by the function. I am using .Net...
It's currently a string. https://help.shopify.com/en/api/reference/shipping_and_fulfillment/fulfillment#create
Didn't find entity for card object. Is it defined? This is the response from, webhook for "carts/update" `{ "created_at": "2018-05-07T09:50:11.386Z", "updated_at": "2018-05-07T11:15:08.415Z", "id": "304a12ff80eb5fa67d6a00cae654f8b0", "token": "304a12ff80eb5fa67d6a00cae654f8b0", "line_items": [ { "id":...