Clement Gutel

Results 188 comments of Clement Gutel

We continue to suffer from this. With now 40 votes, is it any closer to being prioritized?

@stevendarby I'm not sure why you mean. Where do you see an call to an interceptor?

Consider using https://github.com/better-reports/QuickBooksSharp for a light weight community alternative, with minimal dependencies.

For a more modern library for the QBO API, consider trying [QuickBooksSharp](https://github.com/better-reports/QuickBooksSharp). It is a modern version that uses async, modern .NET and has minimal dependencies. Disclaimer: I created this...

I was not familiar with the Gannen number format. Related: https://support.microsoft.com/en-gb/office/japan-era-changes-and-gannen-c52091af-848d-481f-a861-26ae170f8dbd#:~:text=To%20apply%20the%20Gannen%20number,the%20Calendar%20type%20drop%2Ddown. I was able to make this work in Excel by using the following format string: [$-ja-JP]ggge"年"m"月"d"日";@ I couldn't make...

You should use `Get` instead of `List` if you are fetching a single order. From memory if you use `List`, you need to use `Status = 'any'` to retrieve archived...

I've been caught by this as well. However, if this new exception type doesn't inherit from `ShopifyHttpException`, this might be an issue as well. One might catch `ShopifyHttpException` (as I...

Maybe the following hierarchy would be appropriate? - ShopifyException - ShopifyApiException - ShopifyAdminApiException - ShopifyAdminApiRestException - ShopifyAdminApiGraphException - ShopifyPartnerApiException - ShopifyStorefrontApiException

@adearriba 1. Yes there can be non-api exceptions such as serialization exceptions, null reference exception and any kind of exceptions related to other bugs. While ShopifySharp is a fairly thin...

Should it be also be possible to provide variables via a dictionary?