# Creating an individual product

You can create an individual product using the Create Product page. The Product Setup wizard guides you through each step of the process.&#x20;

The type of product you create determines the available settings and their defaults. See [Product Setup](https://help.digitalriver.com/help/gc/Products/All-Products/Setting-up-the-product.htm?Highlight=Product%20Setup) for more information. To learn how to change your company's product setup, contact your Store Operations team.

## Create an individual product

### Prerequisites

1. Gather the following information before you create the product:&#x20;
   * Text (TXT) file containing the list of serial numbers or unlock code. The file must contain one code per line (with a hard return between codes).
   * Application file (if the product is downloadable)&#x20;
   * Product images (thumbnail and full image pictures)&#x20;
   * Product descriptions (short and long)&#x20;
   * Export Control Classification Number (ECCN) and Country of Origin

## Step 1: Create an individual product

{% hint style="info" %}
**Required role**: Catalog Manager
{% endhint %}

To create an individual product:

1. Sign in to [Global Commerce](https://gc.digitalriver.com/gc/ent/login.do).
2. Go to the Product Setup wizard and choose one of the following options:
   * Select **Catalog**, select **Products**, and then click **Create Product**.
   * Select **Catalog**, select **Products**, click **Manage Product**, and then click **Create Product**.
3. Choose **Individual Product** as the template. See [Product setup](https://help.digitalriver.com/help/gc/Products/Products/Product%20setup.htm) for more information.

<div align="left"><figure><img src="/files/8edJe8ZmDsmkqrrFk3wE" alt=""><figcaption><p>Product Setup</p></figcaption></figure></div>

4. Click **Next**.
5. Select the supported locales. See [Supported Locales](https://help.digitalriver.com/help/gc/Products/All-Products/Selecting-supported-locales.htm?Highlight=Supported%20Locales) for details.&#x20;
   1. Select the checkbox next to each locale you plan to support.
   2. Select the **Default** option next to a locale you want to use as the default. The system will use the default locale to display in your store if the shopper’s locale is unknown.
   3. Select the **Restrict Product Visibility and Purchasing to Locales Below** checkbox, if required. This checkbox allows you to sell this product only to the selected locales.&#x20;
   4. Click **Next**.

<div align="left"><figure><img src="/files/WgVGZIozubuMLRPa6eEm" alt=""><figcaption><p>Supported Locales</p></figcaption></figure></div>

6. Add the product to catalogs and categories.&#x20;
   1. Under **Add Product to Catalogs**, select the checkbox next to each catalog where you want the product to appear.
   2. Under **Add Product to Categories**, select the checkbox next to each category where you want your product to appear. You must select a catalog before you can select a category.
   3. Click **Next**. See [Catalogs and Categories](https://help.digitalriver.com/help/gc/Products/All-Products/Adding-the-product-to-catalogs-and-categories.htm?Highlight=Catalogs%20and%20Categories) in the [Global Commerce Help](https://help.digitalriver.com/help/gc.htm) for more information.

<figure><img src="/files/fcEQDkvCE4iTxlaxhb6n" alt=""><figcaption><p>Catalogs and Categories</p></figcaption></figure>

6. Select the product options. See [Product Options](https://help.digitalriver.com/help/gc/Products/All-Products/Selecting-product-options.htm?Highlight=Product%20Options) for details.&#x20;
   1. If your company created [custom attribute families](https://help.digitalriver.com/help/gc/Products/Products.htm#Custom), select the checkbox next to each option you want to apply to the product. If you are creating a subscription product, select the Subscription option. For additional information on creating subscription products, see [Creating a Flex Term renewal for a subscription product](/commerce-api/general-resources/global-commerce/products/product-combination/creating-a-product-combination.md#creating-a-flex-term-renewal-for-a-subscription-product).
   2. Select the fulfillment option for your product.&#x20;
   3. Click **Next**.

<figure><img src="/files/ABZFqJyFGJ1TQTARaeLi" alt=""><figcaption><p>Product Options</p></figcaption></figure>

7. Configure the product settings. See [Product Settings](https://help.digitalriver.com/help/gc/Products/All-Products/Configuring-the-product-settings.htm?Highlight=Product%20Settings) for more information.
   1. To change the product settings for the default locale, click the default locale tab and complete the fields. If you click a different locale tab, click **Yes** when prompted to save your changes.
   2. To change settings for a non-default locale, click the non-default locale tab and complete the fields. To make that tab the default locale, select the **Override default locale settings** checkbox and complete the fields. If you click a different locale tab, click **Yes** when prompted to save your changes.
   3. Repeat **step 2** for each additional locale.
   4. Click **Next**.

<figure><img src="/files/2idHHmxnPHih3IdUVbmf" alt=""><figcaption><p>Product Settings</p></figcaption></figure>

8. Assign a price to the product. See [Pricing ](https://help.digitalriver.com/help/gc/Products/All-Products/Assigning-a-price-to-the-product.htm)for more information.&#x20;
   1. Type the price of the product in the **Price** field. (Optional.) Select the **Allow Zero** checkbox if the product is part of a promotion or giveaway. Repeat this step for each additional currency.
   2. Click Finish. The Edit Product page appears

{% hint style="warning" %}
You acknowledge the Export Compliance Acknowledgment Statement by clicking **Finish** and adding a product through this interface. This statement appears at the bottom of the Pricing step.
{% endhint %}

{% hint style="info" %}
If the Edit Product page shows any errors, you can correct the errors on the Edit Product page and save the changes. See the [Edit Product](https://help.digitalriver.com/help/gc/Products/All-Products/Editing-a-product.htm) for more information.
{% endhint %}

9. Deploy the product. See [Deploy products](https://help.digitalriver.com/help/gc/Products/All-Products/Deploying-products.htm) for instructions.&#x20;


---

# 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.digitalriver.com/commerce-api/general-resources/global-commerce/products/individual-products/creating-an-individual-product.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.
