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
andtotal_weight filters
andCURRENT_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
, anddateShipped
. 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
, anddue
. 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, includingproductSet
,productVariantsBulkCreate
, andproductVariantsBulkUpdate
(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.