# Request Prices

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) ... become a sponsor today!
{% endhint %}

## Introduction

Request prices for all item definitions that can be purchased in the user's local currency. After this has been called and returns you can use [Get Items with Price](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/get-items-with-price), [Get Item Price](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/get-item-price) and similar.

### Callback

The callback is an event raised when the process completes and contains the following information

* Result\
  The UEResult value indicates the status of the process
* Currency Code\
  A UESteamCurrencyCode expresses the currency the user is using for prices
* Currency Symbol\
  A string expression of the currency code used by the user for example "USD" Code would return a Symbol of "$"

## Nodes

<figure><img src="https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FjE6ykGm3RePBGNydY3Lz%2Fimage.png?alt=media&#x26;token=d5af060b-1812-4a02-8220-d838f1d95048" alt=""><figcaption></figcaption></figure>
