getGameForCatalog

fun getGameForCatalog(    callback: GetGameForCatalogCallback,     itemSku: String,     locale: String? = null,     additionalFields: List<String>? = null,     country: String? = null)

Gets a game for the catalog.

See also

Parameters

itemSku

Desired game SKU.

callback

Status callback.

Sources

Link copied to clipboard