User Guides
Data Intelligence
Integration Setup
HTTP Connector Logs

HTTP Connector Logs


Item DI records detailed logs for all HTTP-based API activity across connectors, flows, MCP servers, and authentication flows. These logs allow developers to inspect request and response details and verify variable injection, data mapping, and API behavior.

View Logs

log-page

There are two ways to access the logs:

  • Navigate to Integrations → HTTP Logs to view all entries.
  • Click View Logs in a specific connector to filter by integration.

Log Filters

Use the filters at the top of the log page to narrow down entries:

FilterDescription
DayFilter logs by a specific date
ConnectorSelect the integration used (e.g., Shopify, OMS)
OperationsChoose a specific operation or feature
SourcesFilter by request source (Flow, Connector, MCP, Auth, API)
Sort BySort logs by creation time or usage time
ResetClear all applied filters

View Log Details

log-details

Each log entry contains four sections:

SectionDescription
Basic InformationMetadata about the request (source, time, connector, etc.)
VariablesRuntime parameters injected into the request (e.g., query, headers, body)
HTTP Client ConfigThe request template as configured in Item DI
HTTP Request & ResponseActual request sent and response received, with headers and body

Debugging

Refer to the following section to diagnose API request failures or unexpected behaviors based on the Log Detail view in Item DI.

SectionDescription
VariablesShows all dynamic values injected at runtime, including query params, path variables, headers, and body fields. These values come from schema definitions, flow input, or connector-level configuration.
HTTP Client ConfigDisplays the request template defined in the integration setup. Includes the templated URL, method, body structure, output processing path, and output type (raw, path, or fixed).
HTTP RequestShows the final request sent to the third-party API, with resolved URL, method, headers, and fully substituted body payload.
HTTP ResponseDisplays the full API response, including status code, response time, headers, and the returned body. Used to verify success or inspect error details.

Source Types

The Source field in the log tells you which DI component initiated the request:

  • Flow: Triggered by a connector node inside a workflow
  • Connector: Manually triggered by a merchant-level connector
  • MCP: Triggered from an MCP-compatible server
  • Auth: Triggered by an authentication flow (e.g., OAuth handshake)
  • API: Triggered from an external system via Item DI's open API interface