Skip to content

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

  1. Create new workflow
  2. Select Shopify > Order created trigger
  3. Add action: Flow > Wait with 5 minutes delay
  4. Click Then and create condition: Order > shippingLine > title
  5. Enter your pickup point configuration rate name
  6. Keep Equals option
  7. Repeat steps 4-6 if you have more rate names
  8. Click Otherwise and create action: Atlas Pickup Points > Select nearest pickup point
  9. Click Turn on workflow

Pickup point will be selected after 5 minutes of order creation.

Tag orders without pickup points

  1. Create new workflow
  2. Select Shopify > Order created trigger
  3. Click Then and create condition: Order > shippingLine > title
  4. Enter your pickup point configuration rate name
  5. Keep Equals option
  6. Repeat steps 3-5 if you have more rate names
  7. Add another condition to check if order metafield with namespace atlas_pickup_points and key point is Not empty and exists
  8. Click Otherwise and create action: Shopify > Add order tags
  9. Enter tags that you want to be added.
  10. Click Turn on workflow

Remove tag, if pickup point is selected after checkout

  1. Create new workflow
  2. Select Atlas Pickup Points > Pickup point selected after checkout trigger
  3. Click Then and create action: Shopify > Remove order tags
  4. Enter tags that you want to be removed.
  5. Click Turn on workflow