Shopify Flow
You can use Atlas Pickup Points with Shopify Flow to automate certain workflows related to pickup points.
Common use cases:
- automatically select nearest pickup point for orders without pickup point selected
- tag orders with or without pickup points
- hold fulfillment of orders without selected pickup point
Examples
Automatically select nearest pickup point for orders without pickup point selected
- Create new workflow
- Select Shopify > Order created trigger
- Add action: Flow > Wait with 5 minutes delay
- Click Then and create condition: Order > shippingLine > title
- Enter your pickup point configuration rate name
- Keep Equals option
- Repeat steps 4-6 if you have more rate names
- Click Otherwise and create action: Atlas Pickup Points > Select nearest pickup point
- Click Turn on workflow
Pickup point will be selected after 5 minutes of order creation.
Tag orders without pickup points
- Create new workflow
- Select Shopify > Order created trigger
- Click Then and create condition: Order > shippingLine > title
- Enter your pickup point configuration rate name
- Keep Equals option
- Repeat steps 3-5 if you have more rate names
- Add another condition to check if order metafield with namespace
atlas_pickup_points
and keypoint
is Not empty and exists - Click Otherwise and create action: Shopify > Add order tags
- Enter tags that you want to be added.
- Click Turn on workflow
Remove tag, if pickup point is selected after checkout
- Create new workflow
- Select Atlas Pickup Points > Pickup point selected after checkout trigger
- Click Then and create action: Shopify > Remove order tags
- Enter tags that you want to be removed.
- Click Turn on workflow