Releases: thiagomarini/amazon-mws-client
Releases · thiagomarini/amazon-mws-client
Throw exception if simplexml_load_string fails to load xml string
Throw exception if simplexml_load_string fails to parse xml string
Add support for EU endpoints
- Use regex to verify if it's a valid MWS endpoint
- Add tests for US and EU endpoints
Remove Weengs namespace
As the repository was transferred to me I'm releasing version 2.0 without Weengs namespace.
Add ability to get guzzle's request and response objects
- Add ability to get guzzle's request and response objects
- Add ability to set guzzle debug flag
Fix constructor signature
1.0.3 Increase version number
Client adapted to return either XML object or a tab-delimited flat file
Amazon API not always returns XML. The quote from official Amazon docs for the GetReport API call response:
The contents of the report document. Depending on the ReportType, this will either be a tab-delimited flat file, or an XML document.
Dates in ISO8601 format
Give emphasis that dates should always be in ISO8601 format
Good to go!
The library is production ready.