Platform
Magento / Adobe Commerce
BETAMagento 2.x / Adobe Commerce REST + GraphQL APIs. OAuth or admin token auth. Best for mid-market merchants with custom workflows. Self-hosted + Adobe Commerce Cloud supported.
Magento 2.x / Adobe Commerce REST + GraphQL APIs. OAuth or admin token auth. Best for mid-market merchants with custom workflows. Self-hosted + Adobe Commerce Cloud supported.
- Magento 2.3+ or Adobe Commerce 2.4+.
- Admin user with API access (Stores → Configuration → Services → OAuth or token-based).
- API endpoint reachable: typically https://{store}/rest/V1.
- 1
Text us "Magento" with your phone number.
- 2
Generate an admin integration token in Magento Admin → System → Integrations.
- 3
Paste the token + store URL.
- 4
First sync: catalog, orders, customers, inventory (with chunking for stores >25K SKUs).
What syncs after connection
Catalog
Configurable + simple products, attributes, attribute sets, categories
Orders
Order list + items + invoices + shipments + credit memos
Inventory (MSI)
Multi-Source Inventory: stocks, sources, salable_quantity per source
Customers
Customer accounts + addresses + groups
Agents that act on this data
GraphQL queries slow
Magento GraphQL has high baseline latency. Our adapter prefers REST for sync, GraphQL only for complex catalog queries.
Admin token revoked
Magento admin sessions expire after admin password change. Re-issue integration token in System → Integrations.