> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/system-admins/administration/company/create-product-store.md).

# Product stores

A Product Store represents a brand or storefront in HotWax Commerce. Create the Product Store before you configure its Shopify connection, facilities, inventory, and order workflows.

## Before you start

Collect the following information:

* Brand or storefront name
* Product Store ID
* Default currency
* Operating countries
* Parent company name when this is the first Product Store

The Product Store ID can contain up to 20 characters. Use a stable ID because later configuration and integration records refer to it.

## Create the Product Store

1. Open the **Company App**.
2. Go to `Product Store`.
3. Click `Create new product store`.
4. If this is the first Product Store, enter the parent `Company name`.
5. Enter the Product Store `Name`.
6. Review the generated `ID` and update it when needed.
7. Select the default `Currency`.
8. When the operating-country list is empty, click `Add` next to `Operating countries` and select each country.
9. Choose one of these paths:
   * Click `Manage configurations` to create the Product Store and continue into guided setup.
   * Click `Preview guided setup` to review the setup stages before creating the Product Store.

After creation, Company opens the guided setup for the new Product Store.

## Continue setup

Use [Complete Product Store guided setup](/documents/system-admins/implementation/product-store-onboarding.md) to connect Shopify, prepare products and facilities, configure inventory and orders, and review readiness.

To stop and return later, open the Product Store details page and click `Resume setup`.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/system-admins/administration/company/create-product-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
