AWS News Blog
Updated ECS 3 Release
We rolled out a new set of bits for ECS 3 early this morning. Here are the release notes:
Features and Fixes
- For JP only, there are some changes to Marketplace-related operations:
- SellerSearch and ExchangeSearch are now supported except for the ExchangeQuantityAllocated and ExchangeFeaturedCategory elements.
- MarketplaceSearch now requires the Seller Id to be passed in as a required parameter. The REST syntax for passing in Seller Id is “seller-id=“.
- index is now an optional parameter to MarketPlaceSearch since “marketplace” is the only supported index in JP. Users are not required to pass in index since ECS always defaults to “marketplace”.
- The following MarketplaceSearch input parameters are not supported: keyword-search=title or keyword-search=titledesc, geo, area-id, browse-id, zipcode, sort=-bfp. These will be ignored and MarketplaceSearch will return all Marketplace Listings for the SellerId in the request.
- The ExchangeQuantityAllocated and ExchangeFeaturedCategory output elements (in ListingProductDetails) are never returned by the MarketplaceSearch.
- ExchangeSearch is now supported for the JP, FR, and CA locales.
- Seller Ratings are now supported (US locale only). All Search operations that return ThirdPartyProductDetails are now returning the correct SellerRating.
- Search operations now support SellerId and SellerNickname for Amazon’s offer in ThirdPartyProductDetails.
- In the FR locale, the ExchangePrice in MarketplaceSearch is now correctly formatted. In the previous release the ExchangePrice was incorrectly formatted as EUR 9.99 instead of EUR 9,99.
- In previous releases, some responses contained invalid control characters. The control characters are now properly encoded.
Operational Changes
XSLT requests sent to the amazon domains (amazon.com, amazon.fr, amazon.ca, amazon.co.uk, amazon.de, and amazon.co.jp) will now be redirected to the appropriate sub-domain of amznxslt.com. Users should modify their applications to make direct reference to the appropriate sub-domain:
- xml-us.amznxslt.com
- xml-jp.amznxslt.com
- xml-de.amznxslt.com
- xml-uk.amznxslt.com
- xml-fr.amznxslt.com
- xml-ca.amznxslt.com
Known Issues
- Customer reviews returned by search operations may not be in-sync with the reviews on the web sites.
- SellerListingLookup by ListingId is not returning any results (US, UK, and DE).