t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

Search result does not contain TotalResults and TotalPages. #114

Closed abhisheksharma14 closed 6 years ago

abhisheksharma14 commented 6 years ago
client.itemSearch({
        keywords: keywords,
        searchIndex: searchIndex,
        ResponseGroup: 'Images, ItemAttributes',
        domain: config.domain
})

The response for the following function does not have the TotalResults and TotalPages parameters. Is there anything I need to pass in the query to get these values with the response. Right now it only returns the items array.

abhisheksharma14 commented 6 years ago

Already raised. in #91 and is till open