Joshua Harms

Results 144 comments of Joshua Harms

Thanks for the report! I've run into something similar in one of my own Shopify apps. I'll look into this and get it fixed soon.

Okay, after some testing around I'm not able to reproduce this problem. Whether I use the single `TrackingNumber` or the list `TrackingNumbers`, both are always populated and will appear in...

I think the behavior is confusing, but I was just reading the docs for this and I think this will clear it up: > About tracking urls > > If...

As long as you're on v5 or above it should work. Let me know how it goes!

Shoot, okay. Are you able to paste some code so I can try to reproduce the problem? And can you clarify what exactly isn't happening as expected -- the tracking...

I think I agree, that behavior sounds incorrect. I guess at this point I'd suggest reaching out to the Shopify support to see what they have to say about the...

I agree that testing can be annoying without interfaces. I'm looking into implementing interfaces for all of the service classes within the next couple of weeks. Hopefully there's some kind...

The F# version of this has been [published on NuGet](https://www.nuget.org/packages/ShopifySharp.Experimental). It includes functions for building webhooks, orders, customers, addresses, line items, metafields, transactions and more. The ShopifySharp.Experimental.Webhooks and ShopifySharp.Experimental.Orders modules...

I'm planning to add the C# fluent versions of the object builder function soon.