Skip to main content

Shopify Flow

Shopify Flow is a free automation tool built into Shopify that lets you create workflows triggered by events in your store. Atlas Pickup Points integrates with Shopify Flow so you can automate pickup point workflows. Common use cases include:

  • Automatically selecting the nearest pickup point for orders where the buyer did not choose one
  • Tagging orders with or without a selected pickup point
  • Removing a tag when a pickup point is selected after checkout
  • Holding fulfillment for orders without a selected pickup point

#Templates

Below are ready-made templates for common workflows. You can use them as-is or modify them to fit your needs.

Template
Select nearest pickup point for new orders
Tag orders with missing pickup point
Remove tag when pickup point is selected

#The Select nearest pickup point action

The Select nearest pickup point action returns the selected pickup point information, so later workflow steps can use it. When no pickup point can be selected (for example, when the order’s shipping option is not assigned to any pickup point configuration), the action does not fail the workflow. Add a condition after the action before steps that depend on the result, such as order tagging.

#The Pickup point selected after checkout trigger

Atlas also provides the Pickup point selected after checkout trigger, which fires when a pickup point is selected after the order was created (for example, on the Thank you page). The remove-tag template above uses it to clear the missing-pickup-point tag once a selection is made.