Search pickup points
Find the pickup points (PUDO locations) closest to an address or coordinate, ordered by distance. Pass the pudoId of the point your shopper selects straight through to the order’s pudoId.
Search by countryCode + postalCode, or by lat + lng. An address that has no pickup points returns an empty list.
Authorizations
Query Parameters
ISO 3166-1 country code. Required unless lat/lng are given.
2Postal code. Required unless lat/lng are given.
Restrict the search to these kinds of pickup point. Repeat the parameter for multiple values. Omit it to search every kind.
These filter values are broader than the type a point is returned with: PICKUP_DROPOFF_POINT matches points of type SERVICE_POINT and POST_OFFICE, and MAILBOX_POBOX matches type MAILBOX.
PARCEL_LOCKER, PICKUP_DROPOFF_POINT, MAILBOX_POBOX 1 <= x <= 100Search radius in kilometers. Omit for the carrier default.