Skip to content

Orders API Update and Bug Fixes

Compare
Choose a tag to compare
@carl689 carl689 released this 06 May 17:18
· 149 commits to stable since this release

Change log

Improvements

  • Feeds now allow for direct string input rather than relying entirely on files
  • HTTP 100 Continue responses are properly handled
  • Amazon-defined constants, such as API version numbers and throttle times, have been moved to a separate file since users shouldn't have to worry about them. Users who already have a config file should redo them.
  • Updated the Orders API to the 2013-09-01 version, which adds Earliest/Latest Ship Date and Delivery Date to returned order data
  • Raw responses are stored for debugging purposes and can be accessed with getLastResponse() or getRawResponses()
  • Created a folder for example scripts and added some examples to the readme

Bug Fixes

  • Feeds actually send now
  • Fixed config file path in unit tests