Get sales order
Looks up a single Fulfil sales order by its Shopify resource ID and returns it for later steps in your Flow.
Inputs
- Sales order ID (required) — the Shopify resource ID of the order to look up.
How the lookup works
Fulfil sometimes hasn’t created the sales order yet at the moment Flow runs. The action retries the lookup for a short window before giving up, so a Flow that fires right after checkout still finds the order once Fulfil catches up.
Typical use
Run this first when a later action needs the Fulfil sales order ID rather than the Shopify one. The returned sales order feeds straight into Confirm and process sales order.