v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBList pickup points
Returns a list of the available and nearest pickup points based on input.
Usually the address information given should be the receivers address to find pickup points nearest their location.
The identification of the pickup points can be used/required when creating a shipment.
Query parameters
Carrier code to be included in the filter.
Country code (ISO Alpha-2) to be included in the filter.
Zip code / Postal code.
Name of the city. It is recommended to include city with the request to increase the hit accuracy.
Street address (contains street name and house number)
The ID of the pickup point. Used to look up a specific service point for a carrier. When used, zip code is no longer required. Some carrier may not support this parameter.
Defines how many pickup points are being returned.
Set as true to get collect points for products like GLS Click&Collect
Used to, e.g., determine whether to return postfiliale (default) or packstations for DHL Parcel.
Filter on whether or not the pickup point supports drop-off of parcels.
Filter on whether or not the pickup point supports pickup of parcels.
Response
Successful.
Example response
[
{
"number": "95558",
"id": "95558",
"company_name": "Påskeløkkens Købmand",
"name": "Påskeløkkens Købmand",
"address": "Paaskeløkkevej 11",
"zipcode": "5000",
"city": "Odense C",
"country": "DK",
"longitude": 10.4159,
"latitude": 55.4086,
"agent": "gls",
"carrier_code": "gls"
}
]