Joshua Harms

Results 144 comments of Joshua Harms

@dnatabar Thank you for the information! That's super helpful, I'm going to add a note about that to the readme. I've seen this myself several times either in my own...

Hey @Fengnnn! As long as the properties are documented by Shopify on their order api documentation page, I'd be happy to add the missing properties. If you're interested you can...

Hey, thanks for filing this issue! I'll be happy to add support for the Product Listing API, but I can't promise a time frame. If you want to take a...

@madushann It's possible that it could mess up some product data, since many of the properties you don't set would be serialized as `null`. That's why @mark-jeanswhse is using `PublishedAt...

I think that's a decent idea, I'll see if we can add an interface or base class for the two different collection types.

Hey @RubinhoD, did you get this working? I'm not positive but I think once an order is already created, you can't modify its line items or price. If you need...

Thanks! We could add an `AuthorizationService.AuthorizePerUser` method that returns this data. Would you be interested in sending a pull request for this? No worries if not, I'll implement this as...

Thanks for the report! I'll take a look into this soon, although I have several proxy apps and haven't noticed any issues yet. I need to add in some tests...

@braceabilitycode Thanks! Just to be clear, when you parsed the querystring manually, did you include the `logged_in_customer_id` field in the dictionary?

I'm currently working on a ShopifySharp.Experimental package, with the main goal of introducing a new way to create/update objects without accidentally sending values you didn't intend to send (including null)....