# Configure IAP Catalog Listing

In this how-to, we will configure a Catalog Listing to be purchasable using Google Play Store.

### Prerequisites

* [A LootLocker account](https://lootlocker.com/sign-up)
* At least one created game in the [LootLocker Web Console](https://console.lootlocker.com/)
* [Google Play Store IAP settings configured for your game](/commerce/real-money-purchases/how-to/google-play-store/configure-google-play-store-iap-settings.md)
* At least one rewardable item, such as an [Asset](/content/working-with-assets.md), [Currency](/commerce/currencies.md), or [Progression](/game-systems/progressions.md)
* A Catalog with at least one [Catalog Listing](/commerce/catalogs/how-to/setup-catalogs.md)

### Create the Product in Google Play Console

Before configuring your Catalog Listing, you must create the in-app product in Google Play Console.

Go to [Google Play Console](https://play.google.com/), select your app, and navigate to Monetize with Play → Products → One-time products.

<figure><img src="/files/tBy2RgZmG4fSTxZEeC8s" alt=""><figcaption></figcaption></figure>

Click Create one-time product and fill-in the following information:

* **Product ID:** A unique alphanumeric ID that will link to the Catalog Listing in LootLocker
* **Name:** The name of the product that the user will see during checkout
* **Description:** A description of what the product is, displayed during checkout

Next, set the tax, compliance, availability, pricing details, and activate the product.

Use the Product ID exactly as defined here when configuring your Catalog Listing in LootLocker.

### Add Google Play Store to a Catalog Listing

In the LootLocker Web Console, navigate to your Catalog and select the Catalog Listing you want to configure.

In the Actions column, click View Listing. Open the IAP tab and select Google Play Store from the list of available providers.

<figure><img src="/files/pzcMmpqK2I1HLKhETi5i" alt=""><figcaption></figcaption></figure>

Fill in the following fields:

* **Product ID:** The product identifier configured in Google Play Console for this in-app product (e.g., `premium_currency_pack`). This must exactly match the Product ID defined in Google Play.

Click Save Changes to save your Google Play Store IAP configuration.

### Enable the Listing for Purchase

Open the Settings tab for the Catalog Listing. Enable the Purchasable toggle to allow the listing to be purchased.

<figure><img src="/files/RSwwInW4oDxsgkosuRz6" alt=""><figcaption></figcaption></figure>

Click Save Changes again.

### Conclusion

Your Catalog Listing is now configured to support purchases using Google Play Store. Once your game is [integrated with the purchase flow](/commerce/real-money-purchases/how-to/google-play-store/google-play-store-purchasing.md), players will be able to purchase this listing through Google Play and receive the configured rewards.


---

# 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://docs.lootlocker.com/commerce/real-money-purchases/how-to/google-play-store/configure-catalog-listing-google-play-store.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.
