forecho / amazon-mws

Interaction with the Amazon api for vendors called MWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate is not working again

mfrederico opened this issue · comments

I am getting a response back: 'The input you have submitted is not valid. Please check your input and try again.'

not sure how to submit pull requests on this project .. is this one dead too?

Nope, it's not dead.

Could you please point out the exact message that you receive?
go to MWSClient.php and do a var_dump($e) when catching the exception.

And also, please post your composer.json

PS: I'm not the maintainer, just trying to help.

@mfrederico @stefnats What if instead of checking the response message we check the response status code?

Seems like MWS now comes back with:

 The input you have submitted is not valid. Please check your input and try again. 

Hello, I have the error described by @mewejo too! Did someone resolved?

The input you have submitted is not valid. Please check your input and try again.

I just submitted a PR to handle this better. I dont know if this package is still maintained. If not I plan on maintaining my fork here as I use this package for work: https://github.com/chrismeats/amazon-mws
NOTE: readme is incorrect, make sure to set git URL to my fork if you plan to use that fork.