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.
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
customerJourneySummaryfield 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.
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
