Get "delivery status" via Get fulfillment order data or else

I wanna Get “delivery status” like “Attempted_delivery” via Get fulfillment order data or else, and also find out the related GraphQL Admin APi, but still don’t know how should i write the code in advanced “Edit query”, maybe “displayStatus:ATTEMPTED_DELIVERY” or “Status:ATTEMPTED_DELIVERY” as below picture.

Even would u tell me what is the right formula if i had the GraphQL Admin APi code?

Pls advise. thank u in advance!

Start with the linked help docs on the action:

https://help.shopify.com/en/manual/shopify-flow/reference/actions/get-fulfillment-order-data

Thank u, Paul, i read the document but did not find more helpful information, except it may not be suitable for retrieving the above data. so what should i do if i wanna retrieve the “ATTEMPTED_DELIVERY” status?

1 Like

Try status:ATTEMPTED_DELIVERY

Also always good to test these queries out in graphiql if you’re running into snags in flow.