Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Mercaline2024/Ecomdrop-ia-connector-2/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Store settings allow you to configure essential integration parameters for your Shopify store. This includes API keys for Ecomdrop and Dropi platforms, enabling automated workflows and order synchronization.Configuration Sections
The configuration page is organized into four main tabs:Database Schema
All store configuration is stored in theShopConfiguration model:
Unique identifier (UUID)
Shop domain (unique, max 255 characters)
Ecomdrop API authentication key (encrypted)
Flow ID for new order events (max 255 characters)
Flow ID for abandoned cart events (max 255 characters)
Dropi store identifier (max 255 characters)
Dropi operation country code (max 10 characters)
Dropi API authentication token (encrypted)
Configuration creation timestamp
Last update timestamp
Configuring Ecomdrop API Key
Obtain API Key
Get your Ecomdrop API key from the Ecomdrop panel
Navigate to Configuration
In your Shopify app, go to the Configuration page and select the Ecomdrop tab
Enter API Key
Paste your API key in the “Clave API de Ecomdrop” field
Your API key is stored securely and encrypted. It’s never displayed in plain text after saving.
API Key Security
Configuring Dropi Integration
Dropi integration enables automatic order synchronization with the Dropi fulfillment platform.Prerequisites
Ensure you have configured your Ecomdrop API key first
Dropi configuration requires an active Ecomdrop API key to sync settings.
Select Country
Choose your operation country from the dropdown:
- Colombia (CO)
- Ecuador (EC)
- Chile (CL)
- Guatemala (GT)
- México (MX)
- Panamá (PA)
- Perú (PE)
- Paraguay (PY)
Enter Dropi Token
Input your Dropi API token in the secure field
The token is masked after saving. Click “Editar Token” to update it later.
Country-Specific Field Mapping
The app automatically maps your country selection to the correct Dropi bot field:| Country | Code | Field ID |
|---|---|---|
| Colombia | CO | 640597 |
| Ecuador | EC | 805359 |
| Chile | CL | 665134 |
| Guatemala | GT | 747995 |
| México | MX | 641097 |
| Panamá | PA | 742965 |
| Perú | PE | 142979 |
| Paraguay | PY | 240677 |
Updating Configuration
You can update any configuration setting at any time:Updating Ecomdrop API Key
Updating Ecomdrop API Key
- Go to Configuration > Ecomdrop tab
- Enter the new API key in the input field
- Click “Actualizar Conexión y Refrescar Flujos”
- The system will reload available flows automatically
Editing Dropi Token
Editing Dropi Token
- Go to Configuration > Dropi tab
- Click “Editar Token” next to the masked token
- Enter the new token
- Click “Guardar Cambios” or “Cancelar” to abort
Changing Flow Assignments
Changing Flow Assignments
- Navigate to Configuration > Ecomdrop tab
- Scroll to “Configuración de Flujos”
- Select different flows from the dropdowns
- Click “Guardar Configuración de Flujos”
Flow changes take effect immediately for new events.
Viewing Configuration Status
The Status tab provides an overview of all your integrations:Status Indicators
Ecomdrop Status
Ecomdrop Status
- Configured: Shows green badge with last update timestamp
- Not Configured: Shows gray badge with setup instructions
Dropi Status
Dropi Status
- Configured: Displays store name and country
- Not Configured: Shows prompt to configure in Dropi tab
Active Flows
Active Flows
Displays which flows are assigned to:
- Nuevo Pedido (New Orders)
- Carrito Abandonado (Abandoned Carts)
API Endpoints
Save Ecomdrop API Key
Save Dropi Configuration
Troubleshooting
API Key Not Working
API Key Not Working
Symptoms: Flows don’t load after entering API keySolutions:
- Verify the API key is correct in the Ecomdrop panel
- Check that your Ecomdrop account has active flows
- Review browser console for error messages
- Try clearing the flows cache by re-saving the API key
Dropi Configuration Fails
Dropi Configuration Fails
Symptoms: Error message when saving Dropi settingsSolutions:
- Ensure Ecomdrop API key is configured first
- Verify all required fields are filled
- Check that the Dropi token is valid
- Confirm the country code matches your Dropi account
Changes Not Saving
Changes Not Saving
Symptoms: Configuration reverts after page reloadSolutions:
- Check for JavaScript errors in browser console
- Verify network connectivity
- Ensure you have proper permissions in Shopify
- Try refreshing the page and reconfiguring
Next Steps
Flow Management
Learn how to set up and manage Ecomdrop flows
Webhooks
Understand webhook integration and event handling