After recently upgrading to the dev version, I have started to get failed requests:
amazon_http_request failed; op=ItemSearch, parameters=Array

Turns out it was an issue with the "Variations" Response group not being available outside the US as per:
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemLookup.html...

As I was debugging I discovered that the default_locale is still referencing the old variable, which didn't help.

Patch will follow

Comments

the_g_bomb created an issue. See original summary.

the_g_bomb’s picture

Patch that changes the default locale variable name and removes the Variations response group for non-US locales.

the_g_bomb’s picture

Status: Active » Needs review