getItemDetailsMessage

suspend fun getItemDetailsMessage(itemName: String): String

Fetches item details for a given item name and returns a formatted message.

This method first attempts to retrieve the item price data from an external API. If successful, it formats the data into a message; otherwise, it returns an error message.

Return

A formatted string containing item details or an error message.

Parameters

itemName

The name of the item to fetch details for.