Skip to content

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.

string

A two digit country code. (ISO 3166-1 alpha-2 country code)

One or more NSUID of the corresponding games.

string | string[]

number = 0

(Optional) The offset to start at

TitleData[] = []

(Optional) An array of TitleData

Promise<PriceResponse>

A promise containing the pricing information.