Skip to content

Releases: thiagomarini/amazon-mws-client

Throw exception if simplexml_load_string fails to load xml string

20 Nov 07:14

Choose a tag to compare

Throw exception if simplexml_load_string fails to parse xml string

Add support for EU endpoints

09 Aug 09:52

Choose a tag to compare

  • Use regex to verify if it's a valid MWS endpoint
  • Add tests for US and EU endpoints

Remove Weengs namespace

02 Aug 10:57

Choose a tag to compare

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

16 Jan 09:57

Choose a tag to compare

  • Add ability to get guzzle's request and response objects
  • Add ability to set guzzle debug flag

Fix constructor signature

21 Sep 13:20

Choose a tag to compare

1.0.3

Increase version number

Client adapted to return either XML object or a tab-delimited flat file

21 Sep 13:15

Choose a tag to compare

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

25 Oct 16:08

Choose a tag to compare

Give emphasis that dates should always be in ISO8601 format

Good to go!

25 Oct 14:39

Choose a tag to compare

The library is production ready.