User Guides
DI V3.0
Integration
For End Users
Configure Integrations

Integrations


The Integrations module lists all available internal and external platforms supported by Item DI. You can:

  • Browse all available platforms.
  • Review the integration details before connecting, such as key features, supported operations, or authentication types.
  • Follow the step-by-step setup guide provided directly on the platform’s detail page.

integrations

Connecting to Internal or External systems

Each integration follows a similar setup process regardless of whether it’s an internal or external system. Follow the connection steps displayed on the Integration detail page.

shopify

  1. Navigate to Integrations from the top navigation bar.
  2. Browse or search for the target platform.
  3. Click Detail on the integration card.
  4. Click Configure Integration on the detail page.
  5. if multiple merchants exist in your workspace, select the Merchant first.
  6. Enter the required authentication credentials or initiate the authorization process (depending on the platform type).
  7. Click Test Connection.
  8. If the test succeeds, click Submit to complete the configuration.
  9. Once configured, the connected platform will appear as a Connector under the corresponding Merchant in the Workspace module.
  10. The connector is now ready for use in Settings (for flow templates) or Workflow (as nodes in automation).

Adding MCP Server to Cursor

Cursor reads MCP servers from the user configuration file. Add an entry for each connected integration.

  1. Copy your MCP URL from the Integrations page.
  2. Open Cursor settings for MCP or edit your MCP JSON config directly.
  3. Add a top-level key for the service (e.g., "SHOPIFY") and set its url field to your MCP link.
  4. Minimal JSON example (single server):
{
  "SHOPIFY": {
    "url": "https://di-v3-staging.item.com/streamable-http/ShopifyV3/mcp/1954850432972193793"
  }
}
  1. Save the file and restart Cursor (or reload MCP). Your tools will appear in the tool list and can be called from chat or the command palette.

Use the Tools

  1. In Cursor, call tools by name and pass parameters per the connector’s tool schema.
  2. Start with read-only actions like listOrders to validate permissions, then proceed to write actions like create-fulfillment or set-inventory.