Skip to content

Instantly share code, notes, and snippets.

@arifulhb
Created October 27, 2019 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arifulhb/aecade456f576c886f2a1067e46f4151 to your computer and use it in GitHub Desktop.
Save arifulhb/aecade456f576c886f2a1067e46f4151 to your computer and use it in GitHub Desktop.
Optional loading of modules
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