Created
October 27, 2019 08:07
-
-
Save arifulhb/aecade456f576c886f2a1067e46f4151 to your computer and use it in GitHub Desktop.
Optional loading of modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const resources = require('amazon-pa-api50/lib/options').Resources // Optional for different resources | |
const condition = require('amazon-pa-api50/lib/options').Condition // for product condition | |
const country = require('amazon-pa-api50/lib/options').Country // Optional for different country | |
const searchIndex = require('amazon-pa-api50/lib/options').SearchIndex // for Search Index |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment