Shopify Admin API - Conversion Details

Topic summary

A developer sought a programmatic method to retrieve order conversion details through the Shopify Admin API.

Initial Question:

  • Needed to access conversion data similar to what appears in the Shopify admin interface (as shown in an attached screenshot)
  • Looking for API endpoints to query this information

Resolution:

  • The developer found the solution independently
  • Conversion details are accessible via the customerJourneySummary field on Order objects in the Admin GraphQL API
  • Reference documentation: Shopify Admin GraphQL 2025-01 Order object

Status: Resolved - the required data is available through the existing API structure.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Is there a way to query Order Conversion Details via the Admin API? We are looking for a programmatic way to get conversion details about our orders.

It turns out this data is available within customerJourneySummary of an order: https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Order#field-customerjourneysummary