game / pragma.inventory / InventoryService / getInventoryServiceV3 /
getInventoryServiceV3 #
suspend fun getInventoryServiceV3(session: ServiceSession, request: InventoryRpc.GetInventoryServiceV3Request): InventoryRpc.GetInventoryServiceV3Response
Retrieves inventory for a player. Optionally can filter based on list of tags to include.
PragmaResultErrors
- PragmaError.InventoryService_CatalogIdNotFound - When player inventory contains a catalog ID that does not exist.
- PragmaError.InventoryService_GetError - When db retrieve fails.