diff --git a/lib/utils.js b/lib/utils.js index 1a22456..585f2a2 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -42,7 +42,7 @@ var formatQueryParams = function (query, method, credentials) { // Default params = setDefaultParams(params, { SearchIndex: 'All', - Condition: 'All', + // Condition: 'All', ResponseGroup: 'ItemAttributes', Keywords: '', ItemPage: '1' @@ -52,7 +52,7 @@ var formatQueryParams = function (query, method, credentials) { // Default params = setDefaultParams(params, { SearchIndex: 'All', - Condition: 'All', + // Condition: 'All', ResponseGroup: 'ItemAttributes', IdType: 'ASIN', IncludeReviewsSummary: 'True',