Skip to content

Instantly share code, notes, and snippets.

@arifulhb
Created October 27, 2019 08:12
Embed
What would you like to do?
Amazon-PA-API50-getItemById
let resourceList = resources.getItemInfo
resourceList = resourceList
.concat(resources.getImagesPrimary)
api.getItemById(['B079JD7F7G'], {
parameters: resourceList,
condition: condition.Any
}).then((response) => {
console.log(' ===== find by Item ids =====')
console.log('data', response.data)
}).catch((error) => {
console.log('Error: ', error)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment