Integrations
Connect Your Commerce Stack
Import from any source. Push optimized content back.
Commerce Platforms
Connect Your Store
Shopify
AvailableSync your full Shopify catalog. Pull products, push optimized content back to metafields and descriptions.
WooCommerce
AvailableConnect via REST API. Import all WooCommerce products and publish rewrites directly to your store.
Magento
AvailableAdobe Commerce and Magento 2 support via the native REST API. Handles large catalog volumes efficiently.
BigCommerce
AvailableFull BigCommerce V2/V3 API support. Bi-directional sync with field-level mapping.
Custom Platform
AvailableConnect any commerce platform with a REST or GraphQL API. Use the EcomIQX webhook system for real-time sync.
Data Sources
Pull From Anywhere
Google Merchant Center
AvailableImport your product feed directly from GMC. Content health scoring runs against your live feed data.
Google Search Console
AvailablePull real click and impression data to inform keyword recommendations. SEO analysis backed by actual search performance.
DataForSEO
AvailableLive keyword search volume, difficulty scores, and SERP data to power keyword intelligence and gap analysis.
XML Feeds
AvailableImport product data from any standard XML product feed. Handles Google Shopping, Bing, and custom feed formats.
CSV Import
AvailableUpload product data via CSV with a flexible column mapping interface. Supports bulk import of tens of thousands of rows.
JSON API
AvailablePush product data to EcomIQX directly from any system via a simple JSON payload. Ideal for custom pipelines.
Developer Tools
Build What You Need
REST API
Full AccessFull programmatic access to every EcomIQX capability. Manage products, trigger scoring, fetch results, and publish content from your own tooling.
Webhooks
Real-TimeReceive real-time event notifications when scoring completes, rewrites are approved, or catalog syncs finish. Configurable per-event.
API Keys
SecureScoped API keys with read-only or read-write permissions. Rotate keys, set expiry dates, and monitor usage per key.
Bulk Export
ScheduledExport scored catalog data, rewrite drafts, and translation status as CSV or JSON. Schedule recurring exports for downstream pipelines.
Build Your Own Integration
The EcomIQX REST API exposes the full platform. Trigger scoring, run rewrites, manage translations, and export results — entirely from your own tooling.
# Score a batch of products
curl -X POST https://api.ecomiqx.com/v1/products/score \
-H "Authorization: Bearer $ECOMIQX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"product_ids": ["sku_001", "sku_002", "sku_003"],
"dimensions": ["title", "description", "seo", "images"],
"notify_webhook": true
}'
# Response
200 OK — job_id: "score_job_a8f2c..."
Your Catalog Is Underperforming.
Get Early Access.
Pre-register to join the first wave of teams using EcomIQX to score, optimize, and publish better product content.