> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/guided-walkthroughs/products-and-inventory/add-your-inventory.md).

# Add Your Inventory

Adding inventory items to Order Desk may be necessary if you have a print on demand store or need to split your orders for different fulfillment providers. It can also be beneficial for record keeping purposes.

There are a few ways to add inventory to Order Desk.

### Manually Add Items

You can manually add products by going to **Inventory Items** under the Tools menu in the left sidebar. To add an item, click on the **Add New Item** button in the top right corner.

![](/files/8VtonkpyXw6Z64e48xKc)

When adding your items, you must include a code/SKU.

You can also add print on demand items manually by clicking on the **Add Print on Demand** button. Print on demand products need extra information included, specifically a link to the print file and the printer’s product code. This option prompts you to fill in all the necessary details, but you can use the Add New Item option if you prefer. For more information on manually adding print details to your items, read through [this section](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md#add-inventory-to-order-desk) of the print on demand fulfillment guide.

### Import File

If you need to import multiple products at once, you can use a spreadsheet. This will require creating an import template in Order Desk so you can match the field names from your file to the field names used in Order Desk.

For detailed instructions on how to import your inventory from a file, read the [How to Import a Spreadsheet](/guided-walkthroughs/templates-emails-and-order-documents/how-to-import-a-spreadsheet.md) guide.

### Import with Orders

Products can also be imported with your orders. When an order is added to Order Desk, if any items in the order are not yet stored here, they can be automatically added to the inventory.

To set up your Order Desk store to do this, go into your [store settings](/guided-walkthroughs/using-order-desk/manage-store-settings.md) page and look under the Inventory Settings section. Enable the **Update Stock Level as Orders are Added** and **Create Inventory Items as Orders are Added** settings:

![](/files/kBsmBPZdDsmijxxHyHjI)

Both settings need to be enabled for this to work. When you import, download or create a new order, any product in the order will automatically be added to your inventory in Order Desk if it doesn’t already exist.

### Import from Integration

Items can be added from integrations. Not all integrations have this feature, so check the settings page of any integrations you have enabled for an inventory import button like this:

![](/files/oZsVJ1DtcifEsiwklcwu)

If the integration you use supports this, you can manually import your inventory items by clicking this button.

Integrations have limitations on what can be imported. For instance, Amazon MCF only sends the SKU and quantity, so your products will all be called “No Name”. We can only bring in the information supplied by the integrated service, so you may see differences from integration to integration.

### Export Inventory Per Page

![](/files/zhF9v25Hgq5T8fyNYoC3)

Items can be exported by page using the **Export All Inventory Items** at the bottom of each page in your Inventory Items.

### Export Specific Inventory

![](/files/4uTVzUcOllPpdumxkuzu)

Specific inventory items can be exported using the search function in your Inventory Items page. By adding search terms to the fields and clicking **Export**, only items in your inventory that meet the criteria will be exported.

For a more thorough overview of the Inventory Items page and working with your inventory once it has already been added to Order Desk, please refer to the [How to Work with Inventory Details guide](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md).


---

# 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://help.orderdesk.com/guided-walkthroughs/products-and-inventory/add-your-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.
