getPrices
getPrices(
country
,gameIds
,offset
,prices
):Promise
<PriceResponse
>
Defined in: other/getPrices.ts:17
Gets pricing information for the requested games. Paginates every 50 games.
Parameters
Section titled “Parameters”country
Section titled “country”string
A two digit country code. (ISO 3166-1 alpha-2 country code)
gameIds
Section titled “gameIds”One or more NSUID of the corresponding games.
string
| string
[]
offset
Section titled “offset”number
= 0
(Optional) The offset to start at
prices
Section titled “prices”TitleData
[] = []
(Optional) An array of TitleData
Returns
Section titled “Returns”Promise
<PriceResponse
>
A promise containing the pricing information.