You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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