Shopify Flow - Split payment values

Topic summary

Goal: Save split payment details (amount and percentage) to an order metafield for reporting.

Context: The original poster sees these values in order messages (screenshot provided) and asks what variable can be used in Shopify Flow to pull them into a metafield.

Guidance provided:

  • If the message/account texts containing the split payment info are part of the order data, Shopify Flow can automate writing them to a metafield.
  • This likely requires using the GraphQL API within Flow to query/extract those fields.

Key terms:

  • Metafield: Custom key-value data attached to Shopify resources (e.g., orders) for reporting/automation.
  • Shopify Flow: Workflow automation tool for Shopify.
  • GraphQL API: Shopify’s API for querying and mutating store data.

Status and gaps:

  • No specific variable name or schema path for “amount” or “percentage” was provided.
  • No sample Flow or GraphQL query was shared.
  • The screenshot appears central to identifying the exact fields.

Open items:

  • Confirm where the split payment values reside in the order object.
  • Identify the exact GraphQL fields/paths and map them to a metafield in Flow.
  • Provide a concrete example query/action.
Summarized with AI on December 10. AI used: gpt-5.

Hi,

I am looking to save split payment values to a metafield for use in a report. I can see that messages contain an amount and percentage, does anyone know what this variable called to pull into a metafield?

image

does this message and account texts in your order , if so you can use Shopify flow to do this but need to use Grahphql api

Its amount of transactions of order