> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data.md).

# Import your product data

### Choose your import type

Channable offers several different import type options:

* [**Import via a data file**](/import-data/import-how-to/import-your-product-data/import-via-a-data-file.md): Import from XML, CSV, TXT, JSON, Google Sheets, or Google Cloud Storage.
* [**Import via a webshop**](/import-data/import-how-to/import-your-product-data/import-via-a-webshop.md): Import from popular webshops, such as Shopify, WooCommerce, or Magento.

Choose the import option that best fits your business. A data file import can be quicker if you already have a clean feed. A webshop import is often easier when you use a supported platform and can connect it directly.

| Import type                                                                                                 | Typical setup effort | Best fit when                                                                                                                       | Why choose it                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [**Import via a webshop**](/import-data/import-how-to/import-your-product-data/import-via-a-webshop.md)     | `●○○` Low            | You use a supported webshop platform, such as Shopify, WooCommerce, or Magento.                                                     | It connects Channable directly to your store, so setup is often simpler and you do not need to create a separate data feed first. |
| [**Import via a data file**](/import-data/import-how-to/import-your-product-data/import-via-a-data-file.md) | `●●○` Medium         | You already have a product feed, spreadsheet, or export file. It also fits when your platform is not listed as a supported webshop. | It gives you a flexible import route from XML, CSV, TXT, JSON, Google Sheets, or Google Cloud Storage.                            |

***

### Meet channel requirements

Each channel has its own product data requirements. Fields, formats, and naming can differ per channel.

After you start your import, Channable organizes your source data into [import fields](/import-data/import-concepts/import-fields.md) and maps them to standardized project fields. This helps you prepare one product catalog for multiple channels.

Before you finish your import, review your field mapping carefully:

* Check that important fields like `id`, `price`, `link`, and `image_link` are mapped correctly.
* Fix any warnings in **Edit mapping** before you continue.
* Rename or remap fields if your source uses different field names.

For the next step, see [Map your import fields to project fields](/import-data/import-concepts/import-fields/map-your-import-fields-to-project-fields.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:

```
GET https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data.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.
