joshbeckman
Shopify Staff
Contact Me
Status
Offline
Last Activity
‎04-13-2024 09:22 AM
Topic Started
0
Topics Started
Topic Solutions
4
Solutions
Post Count
26
Posts
Post Kudos
8
Likes

Community Badges

No content to show

User Activity

Based on that screenshot it looks like you still have the For Each step iterating over some data _other_ than the order's fulfillments/fulfillmentOrders? (The step's description reads `For each item in getOrderData` when it should read something like...
So, you don't need to 'Get order data' (fetch a list of orders) because you _already_ have the order (from 'Order created').   Instead, remove the `Get order data step' and use the For Each to iterate over the order's fulfillments.
Here's documentation about For Each: https://help.shopify.com/en/manual/shopify-flow/reference/actions/for-each  
Hi @Johnnyw11 ,   The action Move Fulfillment Order operates on fulfillment orders (not an order itself). An order can have one to many fulfillment orders. So, you can insert a For Each step before that action and iterate over all the fulfillment ord...
Hi Zastef,   You should be able to create a condition in a workflow that checks the address of the order for whether it is in your country or not. From there, you can add action steps to the workflow to do whatever you want.
Hi Sportology,   Have you tried making a workflow to do this? It seems entirely possible by using conditions in the workflow to create branched logic and then using the data picker to select the fields to add as tags.
Hi @sussexresearch    Flow sends payment reminders with this mutation in the Shopify API which doesn't accept an ad-hoc email address. You would need to update the email address on the order prior to sending the payment reminder for it to take effect...
Hi @OHDS -   You should be able to make a condition that checks if the `inventoryQuantityPrior` is greater than the `inventoryQuantity`. That will evaluate to true whenever the quantity is decreasing.  
Hi! If you go into your shop admin, you will find many templates available under the Marketing > Marketing Automation section.
Right now you can: - export orders (or a selection of them) through the Shopify orders admin page - create a custom report under and export through the Shopify data analytics admin page
Hi @Ram_A,   Currently, the Send HTTP Request action does not return data into the workflow to be used elsewhere. So the request was sent, but the resulting CSV file is inaccessible. We're working to improve that (and capture returned data) in the fu...
Hi @DavidCab !   We are adding more actions to Flow constantly (here's the current list) - and adding additional functionality within workflow editing.    You can absolutely define custom triggers and actions in Flow: documentation is here.
@JulianP Unfortunately, Flow currently does not have an action to update stock levels on product variants. But another partner app may expose a Flow Partner action to do this.
Hi @JulianP ,   It's hard to say definitively without knowing much more about your exact use case, but Flow does have an 'Inventory Quantity Changed' workflow trigger that you can use to build workflows that could pull inventory data into another Par...
Ah, I see. Then I don't think Flow has a trigger available yet listening to this change in the fulfillment order disposition. You can view the current list here, and we will continue to add more that will support cases like this in the future.
This widget could not be displayed.
This widget could not be displayed.