> For the complete documentation index, see [llms.txt](https://docs.saas.haut.ai/haut.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saas.haut.ai/haut.ai/quick-start-guides/no-code-app-for-e-commerce-businesses/add-product-items-to-product-inventory.md).

# Add Product Items to Product Inventory

This page describes how to import your product items to SaaS Product Inventory

[Product Inventory](/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated/product-inventory.md) is a part of [Product Recommendation System 2.0](/haut.ai/haut.ai-features/product-recommendation-system-2.0.md) feature that is used to store and manage your [Start Here](/haut.ai/readme.md#product-item) list in the SaaS Platform.

There are 2 options to add your product items to the Product Inventory:

* For manual creation, see [#adding-product-items-manually](#adding-product-items-manually "mention").
* For bulk import, see [#adding-product-items-by-bulk-import](#adding-product-items-by-bulk-import "mention").

***

## Adding product items manually

You can add products one by one manually by following these steps:

1. Navigate to [Product Inventory](https://saas.haut.ai/app/rec-system) tab in the SaaS Platform.
2. Click on the `Add product manually` button in the top-right corner of the screen.<br>

   <figure><img src="https://245161714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWxBX_zB4FnflOpyBGO%2Fuploads%2FDLqltFMVBewehJ7zDchb%2Fimage.png?alt=media&amp;token=19204bfc-4b1a-440c-894d-3f419348e516" alt=""><figcaption></figcaption></figure>
3. A menu for new Product Item creation will appear (see a screenshot below).\
   ![](https://245161714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWxBX_zB4FnflOpyBGO%2Fuploads%2Feh3XgeMuEl15ES2lp88Z%2Fimage.png?alt=media\&token=2033c787-5fce-4968-9604-f5e328e67bd9)<br>
4. Enter the properties of the product.
5. Select existing shelf or create a new shelf.
6. Press the button "Create" to save the product and close this menu.

***

## Adding product items by bulk import

You can add multiple products at one go by following these steps:

1. Navigate to the [`Product Inventory`](https://saas.haut.ai/app/rec-system) tab in the SaaS Platform.
2. Click on the `Import Products` button in the top-right corner of the screen.
3. A menu for new Product items bulk import will appear.\
   ![](https://245161714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWxBX_zB4FnflOpyBGO%2Fuploads%2FMOSBSnS6eehRHtk73YkQ%2Fimage.png?alt=media\&token=0e10bd47-afc4-4c84-b6b1-2506cf6680cf)
4. Select your e-commerce platform:
   1. Currently, Haut.AI supports formats of **Shopify**.
   2. In case you are using any other platform, please select a **Standard** option.
5. Follow one of the relevant guides:
   1. [Bulk Import from Shopify](/haut.ai/quick-start-guides/no-code-app-for-e-commerce-businesses/add-product-items-to-product-inventory/bulk-import-from-shopify.md).
   2. [Bulk Import from Other Platforms](/haut.ai/quick-start-guides/no-code-app-for-e-commerce-businesses/add-product-items-to-product-inventory/bulk-import-from-other-platforms.md).

***

## FAQ

### How many product items can I import to SaaS?

You can add an unlimited number of product items to your Product Inventory in SaaS Platform.

### Where can I set up how my product items are recommended to my consumers?

You can learn it in the following section: [Recommendation System 2.0](/haut.ai/haut.ai-features/algorithms/recommendation-system-2.0.md).

### Can I change the product item properties after the import?

Yes, you can update or change the product item information at any time by clicking on the product item name in the Product Inventory.

Do not forget to always click the `Save` button when finished editing the product.

### Can I delete product items in bulk?

Yes, you can delete multiple products at once. See [Product Inventory](/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated/product-inventory.md#delete-product-items-in-bulk).

***

{% hint style="warning" %}
Not a Haut.AI client yet?
{% endhint %}

<a href="https://haut.ai/book-a-demo?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button primary" data-icon="user-vneck">Book a demo</a> <a href="https://haut.ai/product/ai-skin-analysis?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button secondary" data-icon="external-link">Platform overview on haut.ai</a>


---

# 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.saas.haut.ai/haut.ai/quick-start-guides/no-code-app-for-e-commerce-businesses/add-product-items-to-product-inventory.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.
