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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | amazon_store-remove_variations_response_group-2856588-1.patch | 3.71 KB | the_g_bomb |
Comments
Comment #2
the_g_bomb commentedPatch that changes the default locale variable name and removes the Variations response group for non-US locales.
Comment #3
the_g_bomb commented