For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

Can I connect multiple Magento stores or store views to Coupler.io?

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.

Where do I find my Adobe Commerce API token?

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.

Which API version should I use?

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. Enter the version exactly as shown (e.g., V1) in the API Version field in Coupler.io.

Does Coupler.io support incremental sync for Adobe Commerce?

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.

Can I pull abandoned cart data?

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.

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

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.

Why does my order count in Coupler.io differ from the Magento admin?

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 for more detail on data discrepancies.

Can I send Adobe Commerce data to AI tools like ChatGPT or Claude?

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.

Looking for details on which fields are available per entity? Check the Data Overview article. For connection errors or missing data, visit Common Issues. For setup tips and multi-store patterns, see Best Practices.

Last updated

Was this helpful?