amazon-ids
Collection of Amazon identifiers
Getting started
npm install --save @bizon/amazon-ids
API
marketplaces
const {marketplaces} = require('@bizon/amazon-ids')
for (const marketplace of marketplaces) {
}
getMarketplaceById(id)
const {getMarketplaceById} = require('@bizon/amazon-ids')
getMarketplaceById('ATVPDKIKX0DER')
It’s also possible to find multi-channel marketplaces:
getMarketplaceById('A2ZV50J4W1RKNI')
getMarketplaceByCode(code)
const {getMarketplaceByCode} = require('@bizon/amazon-ids')
getMarketplaceByCode('DE')
getMarketplaceByDomain(domain)
const {getMarketplaceByDomain} = require('@bizon/amazon-ids')
getMarketplaceByDomain('Amazon.com.mx')
getMarketplacesByMwsDomain(domain)
const {getMarketplacesByMwsDomain} = require('@bizon/amazon-ids')
getMarketplacesByMwsDomain('mws.amazonservices.com')
getMarketplacesByMwsRegion(mwsRegion)
MWS Regions is a concept introduced in @bizon/mws-sdk – see its readme to learn more about it.
const {getMarketplacesByMwsRegion} = require('@bizon/amazon-ids')
getMarketplacesByMwsRegion('na')
License
MIT
Miscellaneous
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝