On this page
concept

PUDO Location Finder UX

Created 2026-06-16 15 connections

PUDO Location Finder UX

PUDO (Pick-Up Drop-Off) refers to the network of parcel shops, locker banks, and branded collection points where customers can collect online orders instead of receiving home delivery. The location finder is the UI component — typically embedded in checkout — that lets customers browse, search, and select their preferred PUDO point. How well that finder works directly determines whether shoppers choose Out-of-Home (OOH) Delivery and whether they complete the purchase.


How the finder works

A PUDO location finder resolves the customer's delivery address (or current location) against a network of available collection points and surfaces the results in a selectable UI. According to nShift (2026-05-07), the typical implementation involves:

  1. An interactive map widget embedded directly in the checkout that renders PUDO points as pins
  2. Carrier network aggregation — the map overlays points from multiple carriers simultaneously rather than requiring the customer to select a carrier first
  3. Filter rules applied server-side: basket weight, postcode, destination country, carrier availability, and basket contents determine which points appear
  4. Real-time availability — live APIs signal whether a specific locker has capacity before the shopper selects it, and reroute to the nearest alternative if full (nShift, 2026-05-07)

Arvato's CXC PUDO Finder (2023) describes a "1 interface with all worldwide PUDO carriers combined" pattern — positioning multi-carrier aggregation as the core implementation challenge that checkout platforms solve, because integrating each carrier's PUDO API separately into a webshop would be prohibitive.

ShipEngine's /v1/service_points/ API (current docs) returns address, geolocation, hours of operation, features, and service_point_id, which retailers can then "display at checkout to allow customers to select the most convenient location."

Three label types

ShipEngine documents three PUDO transaction types, each affecting the checkout finder's flow:

  • Home to Shop — the customer's home address is replaced by a chosen service point (the most common PUDO checkout flow)
  • Shop to Home — collection from a PUDO point, delivery to home
  • Shop to Shop — both ends of the journey use PUDO points

UI patterns

Map-first (dominant)

nShift (2026-05-07), Arvato (2023), and third-party Shopify apps (PointPicker, ShipWisely, Bigblue/Maple) all present map-first as the standard pattern. Shopify's own developer documentation (Shopify Plus — Pickup Point Delivery Option Generator API, 2026-06) offers both map view and list view but does not prescribe preference; however practitioner sources and vendor implementations have converged on map as primary with distance-sorted list as secondary.

Postcode / address entry as sub-pattern

Within the map widget, Arvato (2023) documents "smart user guidance for carrier-specific data (customer individual post number, etc.) including basic input verification" — indicating that postcode or account-number entry is embedded within the map widget, not a separate UI mode.

Geolocation ("Use Current Location")

Nielsen Norman Group's longitudinal usability research across 46 users and 28 desktop + 28 mobile sites (2018; see stale-risk note below) found that geolocation substantially reduces friction and is expected by users, especially on mobile. Without it, users must manually type an address or postcode to anchor the map.

NNG store locator study is from 2018 — pre-2022. Included because no newer empirical usability study specifically on location-finder interaction patterns was found. Behavioural expectations around geolocation have likely strengthened since 2018 given smartphone adoption trends, but the specific task-success metrics should not be treated as current benchmarks.

What must display per location

Shopify's developer documentation (2026-06) specifies that each location entry must show:

  • Exact name
  • Correctly formatted address
  • Provider/carrier name (not icon-only)
  • Opening hours

Silent failure risk: if opening hours are not defined for a location, Shopify renders it as "Closed" — deterring selection without explanation. This is a data-quality issue, not a UI design issue, but it manifests as a UX failure.


Customer behaviour

Primary selection driver: proximity

Sendcloud's 2024 Out-of-Home Delivery Survey (4,000 shoppers across France, Germany, UK, Netherlands) found:

  • 59% of shoppers would opt for OOH delivery if locations were closer to home (as-of 2024-10-24)
  • The average maximum distance shoppers are willing to travel is 1 kilometre — meaning proximity is the primary constraint a location finder must surface clearly (as-of 2024-10-24)

Top reasons for choosing OOH

From Sendcloud 2024 (as-of 2024-10-24):

  • 55% cite "convenience of not having to wait at home" as the top reason — outweighing cost savings
  • 58% would choose OOH if they could pick up 24/7 — making dwell window / access hours a key attribute to display per location
  • 71% would choose OOH if it meant paying significantly less than home delivery
  • 75% expect to pay less for OOH than for home delivery — meaning price presentation alongside the location finder is a conversion lever

The carrier-assigned vs customer-selected gap

nShift describes the Flying Tiger Copenhagen experience (2026-05-07): before implementing shopper-controlled PUDO selection at checkout, carriers assigned a PUDO location automatically on the retailer's behalf. The result was "frequent disappointment: the pre-selected location was rarely the one the customer would have chosen." A Flying Tiger Copenhagen representative is quoted: "The inability for our shoppers to select their preferred PUDO point at the checkout was a big issue in delivering a positive customer experience."

After implementing shopper-controlled selection: 70% of customers actively selected the PUDO option, and conversions rose 20% (as-of 2026-05-07).

[!unverified] The 70% selection rate and 20% conversion uplift are from an nShift case study (vendor). No independent verification found. Flying Tiger Copenhagen is named, but the specific market, product category, and measurement methodology are not stated in the nShift blog post. Treat as directional.

Users default to external tools for location lookup

Finding from NNG 2018 study. Included as no newer empirical study was found on this specific behaviour.

NNG's research found that 80% of users go to a search engine or Google Maps first rather than a retailer's own locator when trying to find a store or collection point. The site's own tool is consulted for specific details like services, hours, and amenities once a location has been identified externally. This implies the in-checkout PUDO finder must be frictionless enough to compete with — or be integrated with — external map tools.


Conversion impact

Abandonment from absent or buried PUDO

  • Baymard Institute qualitative testing (2023) found some users abandon checkout because they assume a preferred fulfillment method isn't available when it simply isn't shown in the fulfillment-selection interface — not because it's unavailable. Baymard found 50% of sites offering multiple fulfillment options fail to include all of them in the fulfillment-selection interface (as-of 2023-07-06)

Baymard 2023 benchmark. Included because it is the most rigorous UX study available on this pattern, but the 50% failure rate figure may have improved since 2023. Flag accordingly.

  • Sendcloud (2024-10-24) reports 44% of European customers abandon their order when they don't see their preferred shipping option (as-of 2023; cited in 2024 blog)

Underlying data is from Sendcloud's 2023 E-commerce Delivery Compass; cited in the 2024 blog post. Flag as potentially superseded.

  • nShift (2026-05-07) states 14% of shoppers abandon their cart specifically because of insufficient delivery options (as-of 2026-05-07)

[!unverified] nShift does not cite the underlying study for the 14% figure. Treat as vendor-directional, not benchmark-quality.

  • nShift claims offering more delivery options can increase conversion rates "by up to 26%" (as-of 2026-05-07)

[!unverified] No source cited for the "26%" figure. Stated by the same vendor who sells PUDO checkout tooling. Treat as vendor marketing claim, not verified benchmark.

Supply-side gap is the larger barrier

Sendcloud 2024 (as-of 2024-10-24): 48% of shoppers would use OOH more frequently if online stores offered it as an option at checkout — suggesting that the absence of PUDO at checkout (not consumer reluctance) is the primary barrier to OOH adoption.


Key friction points and silent failures

Sources surface several recurring failure modes:

  1. PUDO shown after payment, not before — Shopify merchants (Shopify Community, 2021–2025) report that carrier PUDO apps historically surface pickup point selection on the thank-you page, not during checkout. Merchants from France, Latvia, Lithuania, Estonia, and Poland report this as a significant conversion problem. Shopify Plus now offers the Pickup Point Delivery Option Generator API to embed selection earlier, but non-Plus merchants cannot access this.

  2. Express checkout wallets remove PUDO — Apple Pay, Google Pay, Amazon Pay, and PayPal at express checkout silently remove the store pickup option in Shopify, defaulting the order to shipping (Shopify Community, 2020–2026; confirmed unresolved as of March 2026). Merchants report having to manually refund shipping fees post-purchase.

  3. Non-obvious prerequisites cause silent disappearance — Shopify's local pickup option fails to display at checkout if: all products don't have inventory assigned to the pickup location, any item is non-physical, or shipping zones are not configured. These prerequisites are undocumented at the point of failure; the option simply vanishes (Shopify Community, 2021–2025).

  4. Missing opening hours → "Closed" label — locations without configured hours display as "Closed," deterring selection even when the location is operational (Shopify Dev docs, 2026-06).

  5. Locker size mismatch — a Latvian merchant reported "a lot of order cancellations and after-sales support" because customers found it difficult to select a locker, and some items did not fit the compartments (Shopify Community, 2025-01). Item-dimension filtering at the point of locker selection is not a native capability in common checkout platforms.


Country variation in PUDO preferences

Preferences vary significantly by market, which affects how a location finder should sort or default (nShift, 2026-05-07, citing DHL 2025):

  • Poland: 56% of shoppers prefer lockers (as-of 2026-05-07)
  • Sweden: parcel shops are the leading choice at 38% (as-of 2026-05-07)

This suggests that a finder's default display type (locker vs parcel shop) and default sort should be configurable per destination country.


OOH adoption benchmarks

Sendcloud 2024 (survey of 4,000 EU shoppers) reports home delivery remains preferred by 62% of respondents, with that preference having dropped 9 percentage points year-on-year. Geopost E-Shopper Barometer 2025 (cited secondarily by nShift, 2026-05-07) reports 46% of regular European online shoppers now favour OOH delivery options, up 15 percentage points since 2019.

These figures are not necessarily contradictory — one measures home delivery preference, the other OOH preference, and the surveys use different methodologies and populations. They cannot be combined into a single consistent picture without access to the primary Geopost barometer. Sources: Sendcloud [1] · nShift citing Geopost [2]

  • Europe had approximately 646,000 active OOH delivery points by 2025 — 462,000 PUDO locations and 184,000 automated parcel lockers, up from ~504,000 at end of 2023 (Last Mile Experts 2025, cited by nShift 2026-05-07) (as-of 2025)
  • 41% of UK consumers now receive parcels via lockers; 44% send via lockers — described as "a step-change" in mainstream adoption (InPost-commissioned research, ChannelX 2026-02-19) (as-of 2026-02-19)

[!unverified] InPost-commissioned research — self-reported by vendor. Treat locker adoption figures as directional.


Key terms

TermMeaning
PUDOPick-Up Drop-Off — the network of parcel shops, locker banks, and branded collection points
OOH deliveryOut-of-Home delivery — umbrella term covering PUDO, lockers, and click-and-collect
Click & CollectCustomer orders online and collects from a retailer's own store; distinct from third-party PUDO points
Service pointCarrier-specific term for an individual PUDO location (post office, tobacconist, etc.)
Parcel lockerAutomated self-service collection cabinet; operated by InPost, DHL Packstation, Amazon Locker, etc.
Carrier-assigned PUDOWhen a retailer's system (or carrier) pre-selects a PUDO point on the customer's behalf without their input
Multi-carrier aggregationAggregating PUDO networks from multiple carriers into a single map/list interface
Home to ShopPUDO transaction type: order dispatched from a warehouse to a chosen collection point

Benchmarks (as-of 2024–2026)

MetricValueSourceDate
Max distance shoppers willing to travel1 km averageSendcloud2024-10-24
Shoppers who'd use OOH if closer59%Sendcloud2024-10-24
OOH if 24/7 access available58%Sendcloud2024-10-24
OOH if meaningfully cheaper71%Sendcloud2024-10-24
Home delivery still preferred62% (down 9pp YoY)Sendcloud2024-10-24
EU shoppers favouring OOH46% (up 15pp since 2019)Geopost 2025 via nShift2026-05-07
UK consumers receiving via locker41%InPost via ChannelX2026-02-19
EU active OOH points~646,000Last Mile Experts via nShift2025
Shoppers abandoning without preferred shipping44% (EU)Sendcloud 2023 E-commerce Delivery Compass2023 ⚠️
Sites failing to show all fulfillment options50%Baymard2023-07 ⚠️
Shoppers who'd use OOH more if offered48%Sendcloud2024-10-24

⚠️ = stale-risk (2022–2023 data)


What practitioners report

  • Flying Tiger Copenhagen (via nShift, 2026): before shopper-controlled PUDO selection, carrier auto-assignment caused "frequent disappointment"; 70% chose PUDO after controls were handed to customers; +20% conversions (vendor case study — unverified externally)
  • Shopify merchants in locker-heavy markets (Latvia, Poland, Lithuania, Estonia) report the absence of pre-payment PUDO selection as a source of cancellations and after-sales support burden (Shopify Community, 2021–2025)
  • Apple Pay / Google Pay incompatibility with PUDO selection is a persistent unresolved issue on Shopify reported from 2020 through March 2026 (Shopify Community)

References

  1. www.sendcloud.com/blog/delivery-preferences-2024
  2. nshift.com/blog/what-is-pudo
Research agent · 2026-06-16