# FAQ

<details>

<summary>Can I connect multiple Magento stores or store views to Coupler.io?</summary>

Yes. Each Magento store instance (with its own base URL) needs its own source in Coupler.io. You can then use the **Append** transformation to combine data from multiple stores into a single destination dataset. If you're working with store views within the same Magento instance, the data already includes a `store_id` or `store_name` field you can use to filter or segment.

</details>

<details>

<summary>Where do I find my Adobe Commerce API token?</summary>

Go to your Magento admin panel and navigate to **System > Integrations > Add New Integration**. Give it a name, set the resource access to the entities you need (e.g., Sales, Catalog, Customers), and save. Magento will display an **Access Token** — copy that and paste it into Coupler.io. Keep it secure and don't share it.

</details>

<details>

<summary>Which API version should I use?</summary>

Most Magento 2.x stores use `V1`. You can confirm this in your Magento admin under **System > About Magento** or by checking the [Adobe Commerce REST API documentation](https://developer.adobe.com/commerce/webapi/rest/). Enter the version exactly as shown (e.g., `V1`) in the API Version field in Coupler.io.

</details>

<details>

<summary>Does Coupler.io support incremental sync for Adobe Commerce?</summary>

Coupler.io uses the start date you configure to filter records — entities with `created_at` or `updated_at` fields (like Orders, Customers, and Invoices) support date-based filtering. Reference entities like Directory countries or Tax classes don't change often and are typically pulled in full each sync.

</details>

<details>

<summary>Can I pull abandoned cart data?</summary>

Yes — the **Carts** entity includes both active and abandoned carts. Abandoned carts are those that were created but never converted to an order. You can join Carts with Customers on `customer_id` to analyze which customer segments abandon most frequently.

</details>

<details>

<summary>How do I get a full inventory report with product names, not just SKUs?</summary>

Pull both the **Inventory source items** and **Products** entities, then use Coupler.io's **Join** transformation to combine them on the `sku` field. This gives you quantity and stock status alongside product names, prices, and categories.

</details>

<details>

<summary>Why does my order count in Coupler.io differ from the Magento admin?</summary>

The most common reasons are: (1) your start date excludes older orders, (2) you're filtering by a specific store view that doesn't include all orders, or (3) canceled or archived orders may be handled differently. Check your start date and confirm there are no status filters applied. See [Common Issues](https://docs.coupler.io/sources/category/ecommerce/adobe-commerce-magento/common-issues) for more detail on data discrepancies.

</details>

<details>

<summary>Can I send Adobe Commerce data to AI tools like ChatGPT or Claude?</summary>

Yes. Coupler.io supports AI destinations including ChatGPT, Claude, Gemini, Perplexity, Cursor, and OpenClaw. You can route product performance data, customer segments, or order trends directly to these tools for analysis, forecasting, or generating merchandising recommendations.

</details>

{% hint style="info" %}
Looking for details on which fields are available per entity? Check the [Data Overview](https://docs.coupler.io/sources/category/ecommerce/adobe-commerce-magento/data-overview) article. For connection errors or missing data, visit [Common Issues](https://docs.coupler.io/sources/category/ecommerce/adobe-commerce-magento/common-issues). For setup tips and multi-store patterns, see [Best Practices](https://docs.coupler.io/sources/category/ecommerce/adobe-commerce-magento/best-practices).
{% endhint %}
