v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBPickup requests
List all pickup requests
Returns a list of pickup requests.
get/pickup_requests
Query parameters
idinteger
ID for the pickup request to be included in the filter
carrier_code'fed_ex' | 'ups' | 'dhl_express' | 'geodis' | 'dhl_freight_se' | 'post_nord' | 'bring'
Carrier code to be included in the filter.
per_pageinteger
For pagination. Defines how many entries are returned per page.
pageinteger
For pagination. Defines which page the results are fetched from.
Response
Successful.
Example response
[
{
"id": 15242,
"carrier_code": "ups",
"pickup_address": {
"company_name": "Min Virksomhed ApS",
"address1": "Strandvejen 6B",
"zipcode": "5240",
"city": "Odense NØ",
"country_code": "DK",
"contact_name": "Hans Hansen",
"contact_phone": "70400407"
},
"confirmation_number": "123C21B215M",
"status": "confirmed",
"date": "2019-02-13",
"ready_by": "2000-01-01T08:00:00.000Z",
"closed_by": "2000-01-01T15:00:00.000Z",
"package_location": "At the front door.",
"number_of_pieces": 3,
"weight": "47000"
}
]