Joshua Harms

Results 144 comments of Joshua Harms

Hey @chtoine, did you get this fixed? I'm not sure what the cause would be, but have you looked at the `OriginLocation` on each of the order's line items?

Unfortunately the inventory API is something I've never worked with very much, so I'm a little unclear on how it all ties together at the moment. I'll see if I...

Thanks for the bug report! It looks like `CheckoutLineItem` will need to stop extending `LineItem` and `ShopifyObject` by extension, and instead move most of the `LineItem` properties into `CheckoutLineItem`. That'll...

Thanks for the bug report @kdc415, I'll check it out myself and see if I can reproduce the problem.

@dornoch26 Just curious, were you getting an exception when trying to update the price, or was the API returning OK with the price unchanged? I'd like to add a note...

Perfect, thank you! I'll add a note for this. -- Josh Harms On Thu, Jun 2, 2022, at 15:37, dornoch26 wrote: > > > > I was getting this error:...

Thanks for filing this report! Can you paste the full exception message and stack trace for this? That will help me figure out where the problem lies.

Hey @nebula2, thanks for the suggestion! I'll add a contribution guide this week that covers running and testing the solution.

Alrighty, a contribution guide has been [added right here](https://github.com/nozzlegear/ShopifySharp/blob/master/docs/contribution-guide.md). Let me know if I've missed anything!