Me
Based on these criteria: Name the doc(s)you drew from and clearly cite them.
Preserves visuals: includes at least one relevant image/screenshot from the doc.
Preserves links: any in-page or cross-doc links are present and correctly formatted.
Lists key fields with short explanations, defaults, and any validation rules (required/optional).
Mentions limits (size, file type, counts, rate limits) if the feature has them.
State what’s not covered if the needed info isn’t in the KB page, without referencing “chunks”. how to create store products and how are they configured in Hawk
Enki
# How to Create and Configure Store Products in Hawk
Based on the **Payments and Shop Configuration in Hawk** documentation.
## Overview
Store Products are abstract entities that represent Game Products on device app stores (like Apple App Store or Google Play Store). They contain the price points used in the device App Store and are used in Catalogs to determine shop item pricing.
## Creating Store Products
Follow these steps to create a new Store Product:
1. In your game, navigate to **Payments > Store Products**
2. On this page, you can view existing products, their prices, and which catalogs they're being used in
3. Click **[+Add Store Product]** in the upper right corner
4. Add a **price point** for the product
5. The **Store ID will be generated automatically** following the naming convention
6. Click **[Save]** when complete
## Store Products Naming Convention
Store Product IDs follow this pattern:
```
<denominator>_package_<game>
```
**Example:** `0.99_package_woodoku`
The Store ID is automatically generated based on this convention, so you don't need to manually create it.
## Key Information About Store Products
| Aspect | Details |
|--------|---------|
| **Purpose** | Set price points for device app stores (App Store, Google Play) |
| **Required Field** | Price point (must be specified) |
| **Auto-Generated** | Store ID (based on naming convention) |
| **Usage** | Used in Catalogs to determine shop item pricing |
| **Visibility** | Displays which catalogs are using each Store Product |
## Relationship to Other Components
Store Products work in conjunction with:
- **Game Products** - bundles of Game Items created in Hawk
- **Catalogs** - where you configure items to sell in your shop (these reference Store Products for pricing)
- **Game Items** - the individual consumable elements created in Game Server that make up products

## Using Store Products in Catalogs
Once created, Store Products are referenced in Catalog configuration. When setting up catalog items, you'll select a Store Product from a dropdown in the **Price** field to specify which price point to use.
---
**Note:** The documentation doesn't cover advanced features like bulk importing Store Products, price scheduling, or currency conversion rules. For more details on those features, you may need to consult with the Hawk team.