James Yang

Results 48 comments of James Yang

> Try downgrading to v 0.8.2, this bug started happening for me after the latest release > > Believe it was related to this fix: > #523 I think it...

@Bobezlolzz Do you mind sharing the json string so I can have a look? Set Debug = true and you will see it in the error message.

@TradePeg You are right, I will fix this in the next version.

Product.Update is an async method, please use await in front of it.

Create product first, and then Variations, you can't do both in one go.

Version 0.8.4 just released, could you try again?

Not sure what has changed in V4, but I will have a look.

httpWebRequest timeout can be set using request filter.

Please check #419

Hi Mick, set RestAPI.Debug to true, the json string will be included in the error message, then you can check what was wrong with the json string.