# Cloud Login Dev Purchase Store Item

![](/files/-Me0jcnekkqL2JBNbmM6)

Use this action to have the player purchase a store item.

You need the Store Item ID, not the name.

It's also worth noting, a player can only purchase and hold one version of a store item. They can't hold multiple quantities.

You can get around this limitation, by having a separate 'quantity' integer variable that you either store as an attribute on CloudLogin.dev, or as a variable elsewhere.


---

# 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://googly-eyes.gitbook.io/cloudlogin-dev-playmaker-integration-documentation/cloud-login-dev-purchase-store-item.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.
