Services_Amazon

APIのバージョンが上がってアカウント周りが使えない状態に。


最後にリリースされたのが

0.4.0 (beta) was released on 2005-10-18 (Changelog)


AmazonECSのアップデート状況は

Release: Amazon E-Commerce Service on 2006-04-19
This maintenance release resolves a number of issues.


Release: Amazon E-Commerce Service on 2006-03-23
A number of important changes were made to seller-related operations and response groups to improve the accuracy of seller data.


Release: Amazon E-Commerce Service 3.0 on 2006-03-23
A number of important changes were made to seller-related operations to improve the accuracy of seller data.


Release: Amazon E-Commerce Service on 2006-03-08
Parent ASINs now return extended information about variations. The ItemSearch operation can now return up to 400 pages of items when the search index is "books".


Release: Amazon E-Commerce Service on 2006-01-25
The AWSAccessKeyId parameter was introduced to support the Access Key ID for your Amazon Web Services Account.


Release: Amazon E-Commerce Service 3.0 on 2005-12-21
Search operations now return appropriate values for third-party product information.


カート周りは必要なかったので、Itemの情報を取得するところをAWSAccessKeyIdで行えるように修正。
$_subidを$_awsidみたいに書き換えるだけでLookup時に$optionsで色々渡してやれば普通にそのまま使える。
カンマ区切りでItemを複数要求した場合、Itemの中で1つでもエラーがあると、_sendRequest内部でraiseErrorが返されるようだ。
エラーのあったItemだけraiseErrorするように変更。
Services_Amazon便利です。AmazonS3とかも使えるようになるとうれしいですね。