Flow adopts version 2025-10 of the GraphQL Admin API

Shopify Updates: 

Flow now uses version 2025-10 of the GraphQL Admin API, which includes new options for building automations. Flow can now access more detailed order, inventory, and payment information, letting you create workflows that respond to specific business conditions such as order totals and shipping dates.

Some of changes in version 2025-10 of the GraphQL Admin API include:

  • Orders query now supports current_total_price and total_weight filters and CURRENT_TOTAL_PRICE as a sortKey in Get order data actions. You can filter orders by total price and weight to create different fulfillment processes for high-value orders or heavy shipments. (Developer changelog)
  • New fields for inventory shipment timestamps including dateCreated, dateReceived, and dateShipped. You can track inventory shipment dates and set up alerts when inventory is created, received, or shipped to manage stock levels. (Developer changelog)
  • New fields for PaymentSchedule including balanceDue, totalBalance, and due. You can monitor payment schedules and automate reminders to follow-up based on balance due and payment status. (Developer changelog)
  • Rerouting fulfillment orders is now possible with the fulfillmentOrdersReroute mutation. You can redirect orders to different locations based on your business rules. (Developer changelog)
  • Some mutations now validate inventoryQuantities limits, including productSet, productVariantsBulkCreate, and productVariantsBulkUpdate (Developer changelog, Developer changelog)

For more information about how Flow uses the GraphQL, visit the documentation. To learn more about changes introduced in version 2025-10, visit the Developer changelog.

Back to blog