getMarketableItemsAsync

Returns an array of marketable item IDs.

This function is designed to be used from JavaScript. For use within Kotlin, see getMarketableItems.

Throws

The Universalis API returned an unexpected return code.

@JvmName(name = "getMarketableItems")
fun getMarketableItemsAsync(): CompletableFuture<IntArray>

Returns an array of marketable item IDs.

This function is designed to be used from non-Kotlin JVM languages. For use within Kotlin, see getMarketableItems.

Throws

The Universalis API returned an unexpected return code.