getShopsByCountryCodes
getShopsByCountryCodes(
countryCodes
,gameCode
,region
):Promise
<EShop
[]>
Defined in: other/getShopByCountryCode.ts:15
Gets all active eShops given a list of countries.
Parameters
Section titled “Parameters”countryCodes
Section titled “countryCodes”string
[]
A list of 2 digit country codes for every country eShop to lookup. (ISO 3166-1 alpha-2 country codes)
gameCode
Section titled “gameCode”string
A 14 digits game NSUID from the desired region.
region
Section titled “region”A region id that will be appended in the final shop object for filtering purposes.
Returns
Section titled “Returns”Promise
<EShop
[]>
A list of shop objects with country code, name and default currency.