arifulhb / amazon-pa-api50

Amazon Product Advertising API v5.0 for JavaScript and NodeJs
https://www.npmjs.com/package/amazon-pa-api50
MIT License
28 stars 9 forks source link

Added support for "Merchant" parameter #11

Closed iicc1 closed 4 years ago

iicc1 commented 4 years ago

It was necessary for me to filter requests by Merchant parameter so I implemented it.

This parameter can take the values of "All" and "Amazon". I have added "All" as the default one, as it is less restrictive.

This parameter is available in "GetVariations", "GetItems" and "SearchItems" operations.

arifulhb commented 4 years ago

Hi @iicc1, Thanks for contributing. This weekend I'll merge all the pending PR.