Tag Orders When Pickup Point Is Missing After Checkout
Automatically identifies and tags orders where a customer chose a pickup shipping method but failed to specify the pickup location, preventing fulfillment delays.
The Problem
Merchants offering local pickup often encounter orders where customers select 'local pickup' as a shipping method but don't complete the crucial step of choosing a specific pickup point. This leads to wasted time for your team chasing customers for information, delayed order fulfillment, and potential customer frustration. Manually reviewing every pickup order for this omission is tedious, error-prone, and a significant drain on staff resources.
What This Automation Solves
This Shopify Flow automation instantly solves the problem by using the `Order created` trigger. It then applies a `Condition` to check if the chosen shipping method's `Point value` (the specific pickup location ID) is empty or missing, alongside confirming the `Rate names` (shipping line title) indicate a pickup service. If both conditions are met, the Flow automatically adds a 'pickup-point-missing' tag to the order, clearly flagging it for immediate attention without any manual intervention.
When to Use This Automation
- You offer multiple local pickup locations for customer convenience.
- You've noticed a recurring issue with customers not specifying their pickup point during checkout.
- You want to streamline your fulfillment process by automatically identifying and resolving incomplete pickup orders.
Workflow
Trigger
Step 1This workflow starts when a new order is created
Condition
Step 2Point value is empty or does not exist. AND Rate names value includes order shipping line title
Action
Step 3Add the following order tags: pickup-point-...
Step-by-Step Setup
- 1
Set the trigger to `Order created`.
- 2
Add a `Condition` group: First, check if `Order > Shipping lines > Point value` is empty or `Order > Shipping lines > Point value` does not exist. Second, ensure `Order > Shipping lines > Title` includes a keyword like "pickup" or "local collection" to target the specific shipping method.
- 3
Add an `Action` to `Add order tags` with the value `pickup-point-missing`.
Related Questions
- How do I find orders that are missing a pickup point?
- Once this Flow is active, you can easily find these orders by filtering your Shopify admin's 'Orders' section for the `pickup-point-missing` tag, giving you a focused list for follow-up.
- What does 'Point value is empty' specifically refer to in Flow?
- 'Point value' refers to the unique identifier for a chosen pickup location. If it's empty, it means the customer selected a pickup *method* but didn't complete the step of specifying *which* pickup location they intended to use.
- Can I automatically notify my team or the customer when a pickup point is missing?
- Yes, you can extend this Flow by adding an action to 'Send internal email' to your staff, or even send an automated email to the customer using an integrated app like Klaviyo, prompting them to provide the missing details.
- How can I prevent customers from submitting orders without a pickup point in the first place?
- While this Flow catches errors, a proactive solution involves configuring your theme or a dedicated app to make the pickup point selection a mandatory step at checkout. This ensures customers cannot complete their purchase without choosing a location.
Recommended Tools & Apps
Launch this automation
Open Shopify Flow and use this page as your setup blueprint.
Merchant Insight
Extend this Flow beyond just tagging. Add a second action to 'Send internal email' or 'Send Slack message' to your fulfillment team. This creates an immediate alert for incomplete pickup orders, enabling proactive outreach to customers and
Related Automations
Automate Tagging for All International Shopify Orders
Automatically identifies and tags every order shipping outside your home country, streamlining fulfillment and customer service processes.
How to Automatically Tag Wholesale Orders for Fulfillment
Automatically tags orders from your wholesale customers, streamlining fulfillment and reporting without manual checks.
How to Alert Fulfillment to Gift Orders Automatically
Automatically notifies your fulfillment team via email whenever a new order is marked as a gift, ensuring special handling.