> 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/list-advertise/readme/stock-updates-in-channable.md).

# Stock updates in Channable

Channable updates stock differently, depending on your configuration. Your setup determines how quickly stock changes reflect.

### Feed and Export API updates

When stock is a regular project field in a feed or marketplace channel (API), Channable sends it during the channel's [scheduled runs](/import-data/import-how-to/change-the-frequency-of-data-updates.md).

These updates are not real-time. Their frequency depends on your account settings and the channel's processing time.&#x20;

The update frequency depends on your plan.

* **Core standard:** Channable updates product data **once a day**.
* **Core Plus** and **Core Pro:** you can get **extra data syncs**, up to **24 times per day** in **15-minute** intervals.

{% hint style="info" %}

#### Example

If a channel runs once daily, stock updates once daily. Changes between runs are not reflected until the next run.
{% endhint %}

### Order connection updates

An active [order connection](/list-advertise/orders/order-connections.md) updates stock at least every five minutes. This faster sync helps prevent overselling where accurate stock is critical.

When an order is processed through the connection, Channable syncs the current webshop stock level to the connected marketplace.

{% hint style="info" %}
Order connections are a . Utilizing them for stock updates require a [compatible eCommerce platform](/list-advertise/orders/order-connections/supported-ecommerce-platforms-for-order-connections.md) and [marketplace ](/list-advertise/orders/order-connections/supported-marketplaces-for-order-connections.md)to work.&#x20;

Order connections require the [Order-sync add-on](/account-billing/manage-your-subscription/manage-your-channable-subscription/channable-subscription-add-ons.md#order-sync-add-on), a [compatible eCommerce platform](/list-advertise/orders/order-connections/supported-ecommerce-platforms-for-order-connections.md), and a [compatible marketplace](/list-advertise/orders/order-connections/supported-marketplaces-for-order-connections.md).
{% endhint %}


---

# 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://helpcenter.channable.com/list-advertise/readme/stock-updates-in-channable.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.
