> 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/changelog/2026/july.md).

# July

{% updates format="full" %}
{% update date="2026-07-30" tags="info" %}

## Mirakl orders now sync every 15 minutes

Mirakl order connections now sync every 15 minutes. This can have consequences for users who sell on Mirakl channels with limited quantities and/or high volumes.

Learn more about [Mirakl orders sync times](/changelog/2026/july/mirakl-orders-now-sync-every-15-minutes.md)
{% endupdate %}

{% update date="2026-07-27" tags="new" %}

## [Conditional objects in the Image Editor](/changelog/2026/july/conditional-objects-in-the-image-editor.md)

Conditional objects let you show or hide Image Editor objects using product data. Use one template across product variants without duplicate designs or rules.

Learn more about [conditional objects in the Image Editor](/changelog/2026/july/conditional-objects-in-the-image-editor.md).
{% endupdate %}

{% update date="2026-07-22" tags="improvement" %}

## [New: Offset date ranges for Insights (Google Ads)](/changelog/2026/july/offset-date-ranges-for-insights-google-ads.md)

Set an earlier end date for rolling date ranges in Google Ads Insights. This lets you exclude recent data while keeping your view up to date.

Learn more about [offset date ranges for Insights](/changelog/2026/july/offset-date-ranges-for-insights-google-ads.md).
{% endupdate %}

{% update date="2026-07-13" tags="important,info" %}

## [Insights for Ads: New segmentation names](/changelog/2026/july/insights-for-ads-new-segmentation-names.md)

Insights for Ads uses new names for its segmentation labels. Your data, metrics, and rules remain unchanged.

Learn more about [new Insights for Ads segmentation names](/changelog/2026/july/insights-for-ads-new-segmentation-names.md).
{% endupdate %}

{% update date="2026-07-10" tags="info,important" %}

## [Fnac Darty integration will be discontinued](/changelog/2026/july/fnac-darty-integration-will-be-discontinued.md)

Support for the Fnac Darty integration ends on December 31, 2026. Plan your transition before then.

Learn more about the [Fnac Darty integration discontinuation](/changelog/2026/july/fnac-darty-integration-will-be-discontinued.md).
{% endupdate %}

{% update date="2026-07-08" tags="info" %}

## [Channable app is listed again in the Shopify App Store](/changelog/2026/july/channable-app-is-listed-again-in-the-shopify-app-store.md)

The Channable app is available in the Shopify App Store again. Use the usual installation flow in Channable.

Learn more about the [Channable app in the Shopify App Store](/changelog/2026/july/channable-app-is-listed-again-in-the-shopify-app-store.md).
{% endupdate %}

{% update date="2026-07-06" tags="improvement,info" %}

## [Product data errors now shown for Fnac Darty channels](/changelog/2026/july/product-data-errors-now-shown-for-fnac-darty-channels.md)

Fnac Darty offer channels now show product-data errors from Fnac Darty’s catalog. Use these errors to identify listing issues that need attention.

Learn more about [product data errors for Fnac Darty channels](/changelog/2026/july/product-data-errors-now-shown-for-fnac-darty-channels.md).
{% endupdate %}

{% update date="2026-07-01" tags="new,info,improvement" %}

## [Google Shopping: automatic migration from Content API to Merchant API complete](/changelog/2026/july/google-shopping-automatic-migration-from-content-api-to-merchant-api-complete.md)

The automatic migration to the Merchant API is complete. New Google Shopping API channels create their data source automatically.

Learn more about the [Google Shopping Merchant API migration](/changelog/2026/july/google-shopping-automatic-migration-from-content-api-to-merchant-api-complete.md).
{% endupdate %}

{% update date="2026-07-01" tags="new,info,improvement" %}

## [Refurbished items now supported for bol channels](/changelog/2026/july/refurbished-items-now-supported-for-bol-channels.md)

You can now send refurbished items through bol channels. Make sure your products meet bol’s selling and grading requirements.

Learn more about [refurbished items for bol channels](/changelog/2026/july/refurbished-items-now-supported-for-bol-channels.md).
{% endupdate %}
{% endupdates %}


---

# 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/changelog/2026/july.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.
