Skip to content

Collection points (PUDO)

Some couriers support collection points (PUDO / parcel lockers / agent stores). When a booking uses a collection point, the booking response may include a collection_point object with agent id, provider, store name, address, surcharge, and flags.

MethodPathPurpose
POST/api/collection-points/searchSearch collection points near an address or for a query
POST/api/collection-points/nearby-agentsList nearby agents
POST/api/collection-points/closestResolve the closest suitable point
GET/api/collection-points/supported-couriersWhich courier string_ids support collection points

Authentication is required for these routes (API key / session as for other member APIs).

When set, get a booking may include:

{
"collection_point": {
"agent_id": "...",
"provider": "...",
"store_name": "...",
"address": {},
"surcharge": 0,
"use_closest": false
}
}