# Create Product Store

In HotWax Commerce, managing multiple product stores is valuable for retailers with diverse brands. Each product store can be tailored to represent a specific retail brand, enabling efficient and customized management. This feature streamlines operations to meet the unique needs of each retail brand.

When retailers deploy HotWax Commerce, a default product store is automatically created. However, if a retailer has multiple brands, additional product stores need to be created.

## Step 1: Setup basic profile

To create a product store in the HotWax Order Management System, follow these steps:

1. Log in to the [company.hotwax.io](https://company.hotwax.io) app using your credentials.
2. Navigate to the Find Product Store page and click on the "Create new product store" button.
3. This action will guide you through a product store creation flow.
4. Fill out the initial form with the following details:

| Field               | Description                                                                      |
| ------------------- | -------------------------------------------------------------------------------- |
| Company name        | The parent company owning all the brands.                                        |
| Product store name  | The name of the brand for which you are creating a product store.                |
| Product store ID    | The unique identifier of the product store (e.g., NN\_STORE for NotNaked Brand). |
| Operating countries | List the countries where the brand operates.                                     |

5. Once done, click on "Manage Configurations".

Now, you'll set up additional configurations for your product store:

| Configuration       | Description                                                                   |
| ------------------- | ----------------------------------------------------------------------------- |
| Product identifier  | The identifier used consistently throughout business operations.              |
| Auto-approve orders | Enable auto-approval for orders upon import into OMS.                         |
| Allow split         | Configure whether orders should be split or fulfilled from a single location. |
| Sales order prefix  | Customize the prefix for HotWax Order IDs.                                    |

6. After configuring your product store, click on `Setup Product Store` to finalize the setup.

Product store is now created and ready to use. For more details on managing configurations related to the product store, refer to the documentation.

{% embed url="<https://youtu.be/IjDndeFdZj8>" %}


---

# 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.hotwax.co/documents/administration-company-administration-company-administration-company/administration/company/create-product-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.
