Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?
Try status:ATTEMPTED_DELIVERY
Also always good to test these queries out in graphiql if you're running into snags in flow.