# Unreal

## Introduction

The users can buy Virtual Items either individually or in packs. After a virtual item is purchased it will be added to the user's inventory. You can use the [PLAY Dev Dashboard](https://ready.gg/developer/) to create new store offers and virtual items.

Each store offer can contain one or more virtual items to sell. Price info data is also part of the store offer. It is also possible to sell virtual items without creating store offers.

<details>

<summary>StoreOffer</summary>

* **id** (string): *Unique id or the store offer.*
* **name** (string): *Name of the store offer.*
* **description** (string): *Description of the virtual item.*
* **appIds** (List\<string>): *List of project id where your store offer can be accessed.*
* **createdAt** (long): *Date and time of the store offer creation.*
* **updatedAt** (long): *Date and time of the last update on the store offer.*
* **createdBy** (string): *User ID of the creator of the store offer.*
* **updatedBy** (string): *User ID of the last person who updated the store offer.*
* **tags** (List\<string>): *List of tags to filter the store offers.*
* **time** (TimeInfo): *Contains the time infos for your store offer.*
* **itemIds** (List\<string>): *List of items available in your store offer*
* **prices** (List\<PriceInfo>): *List of prices defined for this store offer. Used to process transaction with the user's currencies.*
* **properties** (List\<Property>): *List of properties you can store in json format to retrieve with the store offer.*

</details>

### Get Store Offers

{% embed url="<https://blueprintue.com/blueprint/66weekgw>" %}

### Buy Virtual Items and Store offers

{% embed url="<https://blueprintue.com/blueprint/n01y9ca9>" %}

{% embed url="<https://blueprintue.com/blueprint/u9bhxjs4>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://playnetwork.gitbook.io/play-sdk-documentation/sdk-integration-guides/store/unreal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
