# What is Stockeo?

Stockeo is a Shopify app that automatically updates your inventory and product details based on data provided by your suppliers. Connect your supplier feeds, map data fields to Shopify properties, and let Stockeo keep your store up to date — on a schedule or on demand.

## How it works

{% stepper %}
{% step %}

#### Connect your supplier feed

Provide the URL of your supplier's data file. Stockeo supports **CSV**, **XML**, and **JSON** formats. You can connect via HTTP, FTP, or Email. Google Sheets are also supported — just publish the spreadsheet as CSV.
{% endstep %}

{% step %}

#### Map data fields

Tell Stockeo which fields in the supplier file correspond to Shopify properties like SKU, price, quantity, title, description, images, and more. You can also set up price calculations, quantity formatting, variants, and metafields.
{% endstep %}

{% step %}

#### Set a schedule

Choose how often Stockeo should sync your data — every few hours, once a day, or any custom interval. You can also run syncs manually whenever you need.
{% endstep %}

{% step %}

#### Stockeo keeps your store updated

Each time the automation runs, Stockeo fetches the latest data from your supplier and applies the changes to your Shopify products and inventory.
{% endstep %}
{% endstepper %}

## Key features

* **Multiple feed formats** — work with [CSV](https://help.stockeo.solvenium.com/data-mapping/format/csv), [XML](https://help.stockeo.solvenium.com/data-mapping/format/xml), and [JSON](https://help.stockeo.solvenium.com/data-mapping/format/json) supplier files.
* **Flexible data mapping** — map any field from your feed to Shopify properties including [SKU](https://help.stockeo.solvenium.com/data-mapping/sku), [price](https://help.stockeo.solvenium.com/data-mapping/price-calculation), [quantity](https://help.stockeo.solvenium.com/data-mapping/quantity-settings), [title](https://help.stockeo.solvenium.com/data-mapping/title), [description](https://help.stockeo.solvenium.com/data-mapping/description), [images](https://help.stockeo.solvenium.com/data-mapping/image-url-settings), [variants](https://help.stockeo.solvenium.com/data-mapping/variants), [metafields](https://help.stockeo.solvenium.com/data-mapping/metafields), and more.
* **Price calculations** — apply markups, margins, or formulas to supplier prices before syncing to Shopify.
* **Create or update products** — use Stockeo to update existing inventory or create new products from a feed.
* **Filters** — narrow down which products from the feed should be processed using [filters](https://help.stockeo.solvenium.com/settings/filters).
* **Scheduled automations** — run syncs automatically on a recurring schedule.
* **Multiple connection methods** — fetch feeds over HTTP, FTP, or Email.

## Getting started

Pick a guide that matches your use case:

* [Update inventory from a Google Sheet](https://help.stockeo.solvenium.com/common-use-cases/update-inventory-from-a-google-sheet)
* [Update inventory from an XML feed](https://help.stockeo.solvenium.com/common-use-cases/update-inventory-from-an-xml-feed)
* [Create products from a JSON feed](https://help.stockeo.solvenium.com/common-use-cases/create-products-from-a-json-feed)

Or jump straight to [Data Mapping](https://help.stockeo.solvenium.com/data-mapping/format) to learn how to configure field mappings for your feed.


---

# 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://help.stockeo.solvenium.com/readme.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.
