HTTP request Flow -> Fulfillment Order Move

Hi all,

I finally have this HTTP request code working (in Shopify Flow):

{

“query”: “mutation { fulfillmentOrderMove(id: "gid://shopify/FulfillmentOrder/NUMBER", newLocationId: "gid://shopify/Location/NUMBER") { movedFulfillmentOrder { id status } originalFulfillmentOrder { id status } remainingFulfillmentOrder { id status } userErrors { field message } } }”

}

The only thing is that I don’t want a specifiek order in this body. Can anyone help with changing this part:
"gid://shopify/FulfillmentOrder/NUMBER"
into the right one so it will work on the outcome of the flow and not a specific fulfillment order number?

Thank you so much!
Katinka