DHL Parcel DE Pickup Virtual Sandbox
Manage and schedule parcel pickup orders for DHL Parcel Germany.
The DHL Parcel DE Pickup API allows business customers to programmatically order, cancel, and retrieve the status of parcel pickups. It supports various pickup types including individual, on-demand, and one-time collections, providing a streamlined interface for logistics automation within the German parcel network.
Use this hosted sandbox to simulate DHL Parcel DE Pickup APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate pickup request payloads, handle order cancellation workflows, verify status tracking responses, and test error handling for invalid pickup locations or scheduling conflicts before integrating with production logistics systems.
General
GET
{
"amp": {
"env": "prod",
"name": "pp-parcel-pickup",
"rev": "1",
"version": "1.0.0"
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Orders(3 operations)
POST
| Query Parameter Name | Example |
|---|---|
validate | false |
{
"customerDetails": {
"billingNumber": "22222222220801"
},
"pickupLocation": {
"type": "Address",
"pickupAddress": {
"name1": "Deutsche Post DHL Group",
"name2": "Lieferanteneingang",
"addressStreet": "Charles-de-Gaulle-Straße",
"addressHouse": "20",
"postalCode": "53113",
"city": "Bonn",
"country": "DE"
},
"businessHours": [
{
"timeFrom": "09:00",
"timeUntil": "12:00"
},
{
"timeFrom": "13:30",
"timeUntil": "17:30"
}
]
},
"contactPerson": [
{
"name": "Max Mustermann",
"phone": "09999 100111820",
"email": "max@post.de",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": true
}
},
{
"name": "Maxi Mustermann",
"phone": "0888 10111223",
"email": "maxi@post.de",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": true
}
}
],
"pickupDetails": {
"pickupDate": {
"type": "Date",
"value": "2099-04-21"
}
},
"shipmentDetails": {
"shipments": [
{
"transportationType": "PAKET",
"size": "M",
"pickupServices": {
"printLabel": {
"consignee": {
"name1": "Max Mustermann",
"name2": "z. Hd. Frau Mustermann",
"addressStreet": "Platz der Deutschen Post",
"addressHouse": 1,
"postalCode": "53113",
"city": "Bonn",
"country": "DE"
}
}
},
"customerReference": "987654321"
}
]
}
}{
"confirmation": {
"type": "VALIDATION_SUCCESS",
"value": {
"freeOfCharge": false,
"pickupDate": "2026-08-25T00:00:00.0Z",
"pickupType": "BDA"
}
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.[
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
},
{
"code": 456,
"detail": "22222222225301",
"instance": "customerDetails.billingNumber",
"title": "Unknown billingnumber"
}
]Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.DELETE
| Query Parameter Name | Example |
|---|---|
orderID* | ["a90f9f81-811e-4e0a-a80e-ef911312","26c8d6a9-6dbc-446f-adbb-819c0007","f3d29734-96eb-4b3b-a50f-9b6f6391","2919d81f-1a3b-480e-97b7-23c52f0e","0b6ddd46-999d-4047-9114-03cb9a10","103b465d-42f1-4f3d-9dc3-83a0bfbc","f85b0247-e55c-4222-8ec2-1706ca44","69d32433-5401-426c-b74b-3e3d21a0","63ef1607-3e3b-417e-88da-c1630036","e2563ee4-0979-457d-b483-1bfe405b"] |
{
"confirmedCancellations": [
{
"message": "Cancellation successful",
"orderID": "4342b3c0-8529-43e4-ad4a-6fc998aa",
"orderState": "STORNIERT"
},
{
"message": "Cancellation successful",
"orderID": "0e47483b-0374-4489-afc2-8b06c31d",
"orderState": "STORNIERT"
},
{
"message": "Cancellation successful",
"orderID": "7b6337ac-7a5d-4554-b145-66af3209",
"orderState": "STORNIERT"
},
{
"message": "Cancellation successful",
"orderID": "38f3272f-e5b3-4d10-b333-679d08a2",
"orderState": "STORNIERT"
},
{
"message": "Cancellation successful",
"orderID": "2344c486-f847-457c-b127-b4d698db",
"orderState": "STORNIERT"
}
],
"failedCancellations": [
{
"message": "Order cannot be cancelled",
"orderID": "3f9f5c48-4053-4ca8-94ed-0a206ef1",
"orderState": "ANGENOMMEN"
},
{
"message": "Order cannot be cancelled",
"orderID": "64058640-8af0-4c06-be4e-dac9bc1e",
"orderState": "ANGENOMMEN"
},
{
"message": "Order cannot be cancelled",
"orderID": "556036a7-b9c3-4048-a790-3695d4f8",
"orderState": "ANGENOMMEN"
},
{
"message": "Order cannot be cancelled",
"orderID": "1551a5a6-5cb5-4e16-96d6-fb51b337",
"orderState": "ANGENOMMEN"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.GET
| Query Parameter Name | Example |
|---|---|
orderID | 9e4daffe-8f6b-476f-9609-36254623 |
pickupDate | 2026-08-26T00:00:00.0Z |
pickupName1 | Kiehn - Feeney |
pickupAddressStreet | Medhurst Ridge |
pickupAddressHouse | 511 |
pickupPostalCode | 70583 |
pickupCity | South Clareland |
[
{
"businessHours": [
{
"timeFrom": "09:00",
"timeUntil": "16:00"
},
{
"timeFrom": "08:00",
"timeUntil": "18:00"
},
{
"timeFrom": "08:00",
"timeUntil": "16:00"
}
],
"contactPerson": [
{
"email": "Hal.Roberts-Abbott5@gmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Donald Purdy",
"phone": "+17302662471"
},
{
"email": "Adolphus71@hotmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": true
},
"name": "Gabriel Bradtke",
"phone": "+14162466377"
}
],
"customerDetails": {
"accountNumber": "6566400890",
"billingNumber": "8"
},
"feedback": "SUCCESS",
"orderDetails": {
"orderID": "2d5c4699-b87e-491f-9096-c3ddd9ce",
"orderState": "IN_PRUEFUNG"
},
"pickupDetails": {
"comment": "Gate code 1234",
"pickupDate": {
"type": "FIXED"
},
"totalWeight": {
"uom": "kg",
"value": 1.64
}
},
"pickupLocation": {
"id": "5eb9d982-1af",
"pickupAddress": {
"addressHouse": "9375",
"addressStreet": "Meadow Way",
"city": "Oakland Park",
"country": "To",
"name1": "Osinski, Lowe and Kuvalis",
"name2": "Walter Group",
"postalCode": "25582-7",
"state": "Missouri"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2025-09-26T00:00:00.0Z",
"shipment": {
"customerReference": "I2wf6Yie",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "873",
"addressStreet": "S Center Street",
"city": "East Brennonstead",
"country": "Ne",
"name1": "Cormier Group",
"name2": "Toy, Haag and Barrows",
"postalCode": "87646",
"state": "Kansas"
}
}
},
"replacement": true,
"shipmentNo": "sBAMJevvLt0I",
"size": "S",
"transportationType": "SPERRGUT"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2026-01-02T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2026-07-16T00:00:00.0Z",
"shipment": {
"customerReference": "eKOXAPjE",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "20557",
"addressStreet": "Wiegand Shores",
"city": "Fort Maximeboro",
"country": "Sa",
"name1": "Leannon - Botsford",
"name2": "Heaney, Jenkins and Crist",
"postalCode": "28784-1",
"state": "Montana"
}
}
},
"replacement": false,
"shipmentNo": "e24Uj7jp1nhs",
"size": "S",
"transportationType": "WECHSELBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-11-17T00:00:00.0Z",
"state": "PICKED_UP"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "09:00",
"timeUntil": "17:00"
},
{
"timeFrom": "08:00",
"timeUntil": "18:00"
},
{
"timeFrom": "10:00",
"timeUntil": "18:00"
}
],
"contactPerson": [
{
"email": "Zoey_Kreiger@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": true
},
"name": "Mr. Wesley Donnelly",
"phone": "+19894336761"
},
{
"email": "Zakary.Harvey@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": true
},
"name": "Patrick Blanda II",
"phone": "+19914293833"
}
],
"customerDetails": {
"accountNumber": "7684076026",
"billingNumber": "7"
},
"feedback": "PICKUP_TOO_LATE",
"orderDetails": {
"orderID": "bd52b368-23fe-4f9b-b0e1-637f14d4",
"orderState": "ANGENOMMEN"
},
"pickupDetails": {
"comment": "Warehouse loading bay 3",
"pickupDate": {
"type": "FIXED",
"value": "2026-08-24T00:00:00.0Z"
},
"totalWeight": {
"uom": "g",
"value": 26.2
}
},
"pickupLocation": {
"id": "34f1d5f3-204",
"pickupAddress": {
"addressHouse": "8074",
"addressStreet": "Crooks Run",
"city": "North Vella",
"country": "Sl",
"name1": "Pfeffer - Koepp",
"name2": "Sauer - Effertz",
"postalCode": "00508-2",
"state": "Rhode Island"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-03-03T00:00:00.0Z",
"shipment": {
"customerReference": "qAjSU75Q",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "8360",
"addressStreet": "Post Road",
"city": "South Kali",
"country": "Mo",
"name1": "Stanton LLC",
"name2": "Pfannerstill - Brekke",
"postalCode": "96535",
"state": "Oregon"
}
}
},
"replacement": false,
"shipmentNo": "btv9ol8ev0Gy",
"size": "L",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-11-18T00:00:00.0Z",
"state": "PICKED_UP"
}
},
{
"orderDate": "2026-02-28T00:00:00.0Z",
"shipment": {
"customerReference": "XS57vlEY",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "877",
"addressStreet": "Kuhn Club",
"city": "South Giovannyshire",
"country": "Ch",
"name1": "McDermott - Beier",
"name2": "Krajcik - Waters",
"postalCode": "97458",
"state": "Hawaii"
}
}
},
"replacement": true,
"shipmentNo": "u10Zs5vuzwEs",
"size": "M",
"transportationType": "WECHSELBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2025-10-19T00:00:00.0Z",
"state": "PICKED_UP"
}
},
{
"orderDate": "2026-03-02T00:00:00.0Z",
"shipment": {
"customerReference": "IkA7g61b",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "3529",
"addressStreet": "Hintz Underpass",
"city": "Fort Daniellaview",
"country": "Pu",
"name1": "Hickle - Cummings",
"name2": "Schroeder Group",
"postalCode": "76167",
"state": "Tennessee"
}
}
},
"replacement": true,
"shipmentNo": "QCsC020RTLfo",
"size": "S",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2025-10-07T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2025-10-18T00:00:00.0Z",
"shipment": {
"customerReference": "yPkkklZ1",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "190",
"addressStreet": "Cletus Square",
"city": "New Maximilian",
"country": "Re",
"name1": "Kuhlman - Hansen",
"name2": "McGlynn - Abbott",
"postalCode": "15539-9",
"state": "Missouri"
}
}
},
"replacement": false,
"shipmentNo": "nammW4IQtvST",
"size": "M",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-06-09T00:00:00.0Z",
"state": "BOOKED"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "08:00",
"timeUntil": "18:00"
},
{
"timeFrom": "09:00",
"timeUntil": "16:00"
},
{
"timeFrom": "10:00",
"timeUntil": "17:00"
}
],
"contactPerson": [
{
"email": "Amely_Stoltenberg84@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Abel Little",
"phone": "+19192220896"
},
{
"email": "Mariah.Spinka@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Jackie Marks",
"phone": "+18613545820"
}
],
"customerDetails": {
"accountNumber": "0258406973",
"billingNumber": "5"
},
"feedback": "SUCCESS",
"orderDetails": {
"orderID": "42bf63ae-32a8-4496-9cd8-9a5e304a",
"orderState": "IN_DURCHFUEHRUNG"
},
"pickupDetails": {
"comment": "Leave at side door",
"pickupDate": {
"type": "ASAP"
},
"totalWeight": {
"uom": "kg",
"value": 30.27
}
},
"pickupLocation": {
"id": "4519e35f-44c",
"pickupAddress": {
"addressHouse": "289",
"addressStreet": "Fisher Mills",
"city": "Shaynaville",
"country": "De",
"name1": "Hills Group",
"name2": "Kuhn, Emmerich and Bins",
"postalCode": "24926",
"state": "Wyoming"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-08-19T00:00:00.0Z",
"shipment": {
"customerReference": "SldW23ZO",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "73048",
"addressStreet": "Beech Grove",
"city": "New Jacquesboro",
"country": "Ru",
"name1": "Mueller Group",
"name2": "Howe, VonRueden and Purdy",
"postalCode": "21486",
"state": "South Carolina"
}
}
},
"replacement": false,
"shipmentNo": "698aNc9lKMwN",
"size": "S",
"transportationType": "SPERRGUT"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2025-09-11T00:00:00.0Z",
"state": "PICKED_UP"
}
},
{
"orderDate": "2025-11-05T00:00:00.0Z",
"shipment": {
"customerReference": "0nsG3mpU",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "54152",
"addressStreet": "Orpha Pass",
"city": "Chico",
"country": "Ch",
"name1": "Harris - Langosh",
"name2": "Cartwright, Mayer and Marks",
"postalCode": "51786-1",
"state": "Arkansas"
}
}
},
"replacement": false,
"shipmentNo": "YKZUz28BOmij",
"size": "S",
"transportationType": "WECHSELBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2025-09-27T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2026-06-20T00:00:00.0Z",
"shipment": {
"customerReference": "m98JigZ5",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "5774",
"addressStreet": "Maxine Path",
"city": "Harrisfurt",
"country": "Mo",
"name1": "Satterfield LLC",
"name2": "Bayer, Deckow and Hirthe",
"postalCode": "71208-8",
"state": "Montana"
}
}
},
"replacement": false,
"shipmentNo": "TalmPTEi8zgV",
"size": "M",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2025-12-14T00:00:00.0Z",
"state": "PICKED_UP"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "10:00",
"timeUntil": "16:00"
},
{
"timeFrom": "10:00",
"timeUntil": "17:00"
},
{
"timeFrom": "09:00",
"timeUntil": "18:00"
}
],
"contactPerson": [
{
"email": "Lennie_White79@hotmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Tonya Skiles",
"phone": "+16739363795"
},
{
"email": "Markus_Schinner34@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Santos Auer",
"phone": "+18655394980"
}
],
"customerDetails": {
"accountNumber": "1038237465",
"billingNumber": "0"
},
"feedback": "SUCCESS",
"orderDetails": {
"orderID": "ee85b55f-a5b3-47b9-816f-6040b1b1",
"orderState": "NICHT_ABGEHOLT"
},
"pickupDetails": {
"comment": "Warehouse loading bay 3",
"pickupDate": {
"type": "ASAP"
},
"totalWeight": {
"uom": "kg",
"value": 17.69
}
},
"pickupLocation": {
"id": "9009adf6-b2c",
"pickupAddress": {
"addressHouse": "71176",
"addressStreet": "Flatley Spring",
"city": "New Meggiefield",
"country": "Al",
"name1": "Bogisich LLC",
"name2": "Smith and Sons",
"postalCode": "66108",
"state": "New York"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-03-09T00:00:00.0Z",
"shipment": {
"customerReference": "L5BpwPoA",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "966",
"addressStreet": "Lind Heights",
"city": "West Jude",
"country": "Pa",
"name1": "Anderson Inc",
"name2": "Pouros LLC",
"postalCode": "42510-5",
"state": "Vermont"
}
}
},
"replacement": false,
"shipmentNo": "t0zSBpacabRD",
"size": "M",
"transportationType": "WECHSELBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2025-10-17T00:00:00.0Z",
"state": "PICKED_UP"
}
},
{
"orderDate": "2026-08-03T00:00:00.0Z",
"shipment": {
"customerReference": "ctjfKeHg",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "1757",
"addressStreet": "Franz Forks",
"city": "Sipeston",
"country": "Fr",
"name1": "Hahn - Padberg",
"name2": "Douglas - Fahey",
"postalCode": "32402-1",
"state": "New Jersey"
}
}
},
"replacement": true,
"shipmentNo": "70Ea4f2z8BCS",
"size": "L",
"transportationType": "WECHSELBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-09-21T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2026-07-29T00:00:00.0Z",
"shipment": {
"customerReference": "HRqxz01a",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "37948",
"addressStreet": "Green Plaza",
"city": "Kuvalisbury",
"country": "Bo",
"name1": "Johnston Group",
"name2": "Olson - MacGyver",
"postalCode": "10805-7",
"state": "Ohio"
}
}
},
"replacement": false,
"shipmentNo": "Pn6zuZd4gh33",
"size": "M",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2025-10-04T00:00:00.0Z",
"state": "FAILED"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "09:00",
"timeUntil": "17:00"
},
{
"timeFrom": "08:00",
"timeUntil": "18:00"
},
{
"timeFrom": "10:00",
"timeUntil": "18:00"
}
],
"contactPerson": [
{
"email": "Santino96@gmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": false
},
"name": "Brett Mosciski",
"phone": "+14104201860"
},
{
"email": "Angela_Fahey46@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": false
},
"name": "Lee Lang",
"phone": "+13689007636"
}
],
"customerDetails": {
"accountNumber": "2082806885",
"billingNumber": "5"
},
"feedback": "SUCCESS",
"orderDetails": {
"orderID": "90fe2fb6-7240-4d3b-9223-6463209a",
"orderState": "TEILBESTAETIGT"
},
"pickupDetails": {
"comment": "Warehouse loading bay 3",
"pickupDate": {
"type": "FIXED"
},
"totalWeight": {
"uom": "kg",
"value": 1.37
}
},
"pickupLocation": {
"id": "273e0702-73b",
"pickupAddress": {
"addressHouse": "82720",
"addressStreet": "Mosciski Rest",
"city": "Port Daisha",
"country": "Br",
"name1": "Mills, Kuvalis and Okuneva",
"name2": "Sanford, Konopelski and Walsh",
"postalCode": "75499",
"state": "Illinois"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-05-13T00:00:00.0Z",
"shipment": {
"customerReference": "4xO3R09O",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "186",
"addressStreet": "Lynch Way",
"city": "Nicholauschester",
"country": "Pi",
"name1": "Kub - Flatley",
"name2": "Walker Inc",
"postalCode": "78133",
"state": "Kentucky"
}
}
},
"replacement": false,
"shipmentNo": "COKAW1zZnL8p",
"size": "L",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-11-27T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2025-11-19T00:00:00.0Z",
"shipment": {
"customerReference": "z029wkpF",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "8751",
"addressStreet": "West Street",
"city": "Victorville",
"country": "Bo",
"name1": "Goodwin, Lehner and Conroy",
"name2": "Donnelly, Becker and Bauch",
"postalCode": "28859-2",
"state": "Idaho"
}
}
},
"replacement": false,
"shipmentNo": "JwleUdR3Xpg1",
"size": "L",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2026-07-20T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2025-09-26T00:00:00.0Z",
"shipment": {
"customerReference": "tpS0AYuT",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "2902",
"addressStreet": "Samanta Rapid",
"city": "Milanstead",
"country": "Mo",
"name1": "Fritsch, Erdman and Dietrich",
"name2": "Feil, Haag and McLaughlin",
"postalCode": "44198-3",
"state": "South Carolina"
}
}
},
"replacement": true,
"shipmentNo": "RKUdN6OcgFXb",
"size": "M",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-02-25T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2025-12-01T00:00:00.0Z",
"shipment": {
"customerReference": "3WMl8Y29",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "4569",
"addressStreet": "Monserrat Course",
"city": "Goodwinbury",
"country": "Au",
"name1": "Jones - Schimmel",
"name2": "Macejkovic Inc",
"postalCode": "78410-5",
"state": "Connecticut"
}
}
},
"replacement": false,
"shipmentNo": "fRtvuT6nUuej",
"size": "L",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2026-02-11T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2026-03-09T00:00:00.0Z",
"shipment": {
"customerReference": "g3edqFa3",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "84134",
"addressStreet": "O'Connell Circles",
"city": "Jessikatown",
"country": "Ky",
"name1": "White, Strosin and Franey",
"name2": "West Group",
"postalCode": "89130-6",
"state": "Louisiana"
}
}
},
"replacement": false,
"shipmentNo": "uyFf8yE9nibH",
"size": "M",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-08-31T00:00:00.0Z",
"state": "PICKED_UP"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "08:00",
"timeUntil": "17:00"
},
{
"timeFrom": "10:00",
"timeUntil": "17:00"
},
{
"timeFrom": "10:00",
"timeUntil": "16:00"
}
],
"contactPerson": [
{
"email": "Samantha51@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Larry Lubowitz",
"phone": "+16553653075"
},
{
"email": "Nia51@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": true
},
"name": "Leonard Kshlerin",
"phone": "+17815110071"
}
],
"customerDetails": {
"accountNumber": "3656613250",
"billingNumber": "9"
},
"feedback": "PICKUP_TOO_LATE",
"orderDetails": {
"orderID": "a379468f-135b-4d62-9be6-5135d148",
"orderState": "ANGENOMMEN"
},
"pickupDetails": {
"comment": "Leave at side door",
"pickupDate": {
"type": "FIXED"
},
"totalWeight": {
"uom": "kg",
"value": 1.41
}
},
"pickupLocation": {
"id": "afe05ede-c0c",
"pickupAddress": {
"addressHouse": "3080",
"addressStreet": "Aisha Keys",
"city": "Bartolettistad",
"country": "Ug",
"name1": "Hane - Smith",
"name2": "Gleason LLC",
"postalCode": "98811",
"state": "New Jersey"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-05-27T00:00:00.0Z",
"shipment": {
"customerReference": "bYRTza7e",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "371",
"addressStreet": "Lincoln Highway",
"city": "West Raleightown",
"country": "Eq",
"name1": "Kohler, Hilll and Kerluke",
"name2": "Raynor - Gorczany",
"postalCode": "57754-4",
"state": "Arizona"
}
}
},
"replacement": false,
"shipmentNo": "Vl6qkDEsEjKp",
"size": "S",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2025-10-01T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2026-05-02T00:00:00.0Z",
"shipment": {
"customerReference": "0WPhhrJI",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "2103",
"addressStreet": "Rocky Trafficway",
"city": "Lynchfurt",
"country": "Gu",
"name1": "Terry, Dicki and Halvorson",
"name2": "Zulauf, O'Keefe and Lubowitz",
"postalCode": "51284",
"state": "Mississippi"
}
}
},
"replacement": false,
"shipmentNo": "24IgcH9mxoRx",
"size": "M",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-06-20T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2025-10-19T00:00:00.0Z",
"shipment": {
"customerReference": "ewFF5fmy",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "84412",
"addressStreet": "Avenue Road",
"city": "Willmsbury",
"country": "Ir",
"name1": "Jacobs, Price and Bechtelar",
"name2": "Cormier - Strosin",
"postalCode": "25088",
"state": "Delaware"
}
}
},
"replacement": true,
"shipmentNo": "btitai0pAcu6",
"size": "L",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2026-03-06T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2026-03-22T00:00:00.0Z",
"shipment": {
"customerReference": "6D2_Ips6",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "720",
"addressStreet": "Strosin Lock",
"city": "Dooleystad",
"country": "Se",
"name1": "Stokes - Jenkins",
"name2": "Maggio - Schuppe",
"postalCode": "14447-4",
"state": "Connecticut"
}
}
},
"replacement": true,
"shipmentNo": "a3z4Tjvff56T",
"size": "M",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-04-22T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2026-07-04T00:00:00.0Z",
"shipment": {
"customerReference": "LL99fgNs",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "14750",
"addressStreet": "Bramble Close",
"city": "South Edmond",
"country": "Ti",
"name1": "Hirthe - Rice",
"name2": "Bashirian - Hessel",
"postalCode": "90067-8",
"state": "Minnesota"
}
}
},
"replacement": false,
"shipmentNo": "zqc0UnDWdWhX",
"size": "L",
"transportationType": "SPERRGUT"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2026-06-26T00:00:00.0Z",
"state": "PICKED_UP"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "08:00",
"timeUntil": "16:00"
},
{
"timeFrom": "08:00",
"timeUntil": "17:00"
},
{
"timeFrom": "10:00",
"timeUntil": "18:00"
}
],
"contactPerson": [
{
"email": "Isac.Hudson88@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": false
},
"name": "Phillip Morissette",
"phone": "+19659860236"
},
{
"email": "Cyrus.Lang@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": false
},
"name": "Helen Turner-Dibbert",
"phone": "+16704815539"
}
],
"customerDetails": {
"accountNumber": "8907007011",
"billingNumber": "3"
},
"feedback": "SUCCESS",
"orderDetails": {
"orderID": "0617b7f3-f1d9-42d8-95d5-81644b3f",
"orderState": "IN_PRUEFUNG"
},
"pickupDetails": {
"comment": "Ring bell twice",
"pickupDate": {
"type": "ASAP"
},
"totalWeight": {
"uom": "g",
"value": 34.32
}
},
"pickupLocation": {
"id": "024a4f33-2b5",
"pickupAddress": {
"addressHouse": "92159",
"addressStreet": "Gerhard Lake",
"city": "New Talia",
"country": "Ir",
"name1": "Schmidt - Kohler",
"name2": "Maggio Inc",
"postalCode": "19730",
"state": "Utah"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-02-07T00:00:00.0Z",
"shipment": {
"customerReference": "W2Os4adN",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "1716",
"addressStreet": "Adams Avenue",
"city": "East Norberto",
"country": "Bu",
"name1": "Metz, Skiles and Tillman",
"name2": "Cummings - O'Hara",
"postalCode": "03669",
"state": "New York"
}
}
},
"replacement": false,
"shipmentNo": "HEbuf3ibI5Cf",
"size": "L",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2026-01-07T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2025-12-05T00:00:00.0Z",
"shipment": {
"customerReference": "eyHg5Xlr",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "9213",
"addressStreet": "S Broad Street",
"city": "South Immanuelview",
"country": "Tu",
"name1": "Lind, Luettgen and Kassulke",
"name2": "Nicolas, Gleichner and Steuber",
"postalCode": "28290-2",
"state": "Utah"
}
}
},
"replacement": false,
"shipmentNo": "pIkYN7CKnCFB",
"size": "M",
"transportationType": "SPERRGUT"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2026-05-17T00:00:00.0Z",
"state": "FAILED"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "09:00",
"timeUntil": "17:00"
},
{
"timeFrom": "08:00",
"timeUntil": "18:00"
},
{
"timeFrom": "09:00",
"timeUntil": "18:00"
}
],
"contactPerson": [
{
"email": "Lukas_Nikolaus@gmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": true
},
"name": "Norman Boyle",
"phone": "+16704784465"
},
{
"email": "Blaise_Hammes@gmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": true,
"sendPickupTimeWindowEmail": true
},
"name": "Lamar Jenkins-Littel",
"phone": "+13774970350"
}
],
"customerDetails": {
"accountNumber": "4349833011",
"billingNumber": "8"
},
"feedback": "PICKUP_TOO_LATE",
"orderDetails": {
"orderID": "6e02d60f-793a-40de-a2bd-14e974e2",
"orderState": "ABGELEHNT"
},
"pickupDetails": {
"comment": "Gate code 1234",
"pickupDate": {
"type": "ASAP"
},
"totalWeight": {
"uom": "g",
"value": 44.66
}
},
"pickupLocation": {
"id": "12e1e548-e77",
"pickupAddress": {
"addressHouse": "6541",
"addressStreet": "Post Road",
"city": "New Quinn",
"country": "Sr",
"name1": "Reichel LLC",
"name2": "Effertz LLC",
"postalCode": "03022-3",
"state": "Arizona"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2025-11-28T00:00:00.0Z",
"shipment": {
"customerReference": "sUY8LfAI",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "30820",
"addressStreet": "Center Avenue",
"city": "Busterview",
"country": "Pu",
"name1": "Dickinson, Leannon and Cole",
"name2": "Labadie - Strosin",
"postalCode": "69828-8",
"state": "Missouri"
}
}
},
"replacement": true,
"shipmentNo": "D18sSJaeZcG1",
"size": "S",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2026-03-19T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2026-01-20T00:00:00.0Z",
"shipment": {
"customerReference": "dSUUhU9i",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "43772",
"addressStreet": "Oberbrunner Village",
"city": "Skilesborough",
"country": "Az",
"name1": "Yost, Fahey and Hackett",
"name2": "Shanahan - Bartoletti",
"postalCode": "67154-1",
"state": "Minnesota"
}
}
},
"replacement": false,
"shipmentNo": "DL7G9ixFdAmM",
"size": "L",
"transportationType": "WECHSELBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-08-31T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2026-07-25T00:00:00.0Z",
"shipment": {
"customerReference": "pI8x_59K",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "19384",
"addressStreet": "Maple Drive",
"city": "Randyside",
"country": "Pa",
"name1": "Bernhard, Keeling and Shields",
"name2": "Considine and Sons",
"postalCode": "33932",
"state": "Louisiana"
}
}
},
"replacement": false,
"shipmentNo": "aqVNnohVn2OF",
"size": "M",
"transportationType": "SPERRGUT"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2025-09-29T00:00:00.0Z",
"state": "PICKED_UP"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "08:00",
"timeUntil": "17:00"
},
{
"timeFrom": "09:00",
"timeUntil": "17:00"
},
{
"timeFrom": "09:00",
"timeUntil": "17:00"
}
],
"contactPerson": [
{
"email": "Amari88@hotmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": true
},
"name": "Neil Moen",
"phone": "+15822622888"
},
{
"email": "Cecile72@hotmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": true
},
"name": "Everett McDermott",
"phone": "+15623271787"
}
],
"customerDetails": {
"accountNumber": "6408770062",
"billingNumber": "1"
},
"feedback": "PICKUP_TOO_LATE",
"orderDetails": {
"orderID": "8ba064b4-6036-47dc-a268-dc8e1b6c",
"orderState": "FREIGABE"
},
"pickupDetails": {
"comment": "Warehouse loading bay 3",
"pickupDate": {
"type": "FIXED"
},
"totalWeight": {
"uom": "g",
"value": 33.5
}
},
"pickupLocation": {
"id": "b1686844-66f",
"pickupAddress": {
"addressHouse": "430",
"addressStreet": "Skyline Drive",
"city": "North Michele",
"country": "Pi",
"name1": "Nicolas LLC",
"name2": "Bruen, Donnelly and Crona",
"postalCode": "20545-6",
"state": "New York"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-02-01T00:00:00.0Z",
"shipment": {
"customerReference": "t-UAckE-",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "2415",
"addressStreet": "Isabel Hollow",
"city": "Lake Simeon",
"country": "An",
"name1": "Crist Group",
"name2": "Champlin and Sons",
"postalCode": "66748",
"state": "Arizona"
}
}
},
"replacement": false,
"shipmentNo": "lUjH9dk9xjUW",
"size": "M",
"transportationType": "PALETTEN"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-04-12T00:00:00.0Z",
"state": "BOOKED"
}
}
]
}
},
{
"businessHours": [
{
"timeFrom": "10:00",
"timeUntil": "17:00"
},
{
"timeFrom": "09:00",
"timeUntil": "17:00"
},
{
"timeFrom": "08:00",
"timeUntil": "17:00"
}
],
"contactPerson": [
{
"email": "Veronica80@yahoo.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": true
},
"name": "Ronnie Altenwerth",
"phone": "+13936032071"
},
{
"email": "Tianna.Rodriguez41@gmail.com",
"emailNotification": {
"sendPickupConfirmationEmail": false,
"sendPickupTimeWindowEmail": true
},
"name": "Arlene McClure",
"phone": "+16113361972"
}
],
"customerDetails": {
"accountNumber": "1287024106",
"billingNumber": "7"
},
"feedback": "PICKUP_TOO_LATE",
"orderDetails": {
"orderID": "2d334976-a280-49ab-93c1-a208dfb2",
"orderState": "IN_DURCHFUEHRUNG"
},
"pickupDetails": {
"comment": "Warehouse loading bay 3",
"pickupDate": {
"type": "ASAP"
},
"totalWeight": {
"uom": "kg",
"value": 19.72
}
},
"pickupLocation": {
"id": "1885c47d-200",
"pickupAddress": {
"addressHouse": "423",
"addressStreet": "Jordon Valleys",
"city": "Kassulkefurt",
"country": "Be",
"name1": "Altenwerth - Langosh",
"name2": "Brekke and Sons",
"postalCode": "20402-4",
"state": "Maine"
}
},
"shipmentDetails": {
"shipments": [
{
"orderDate": "2026-02-21T00:00:00.0Z",
"shipment": {
"customerReference": "NeGwFnuA",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "3381",
"addressStreet": "Roberts Isle",
"city": "Sawaynmouth",
"country": "Na",
"name1": "Osinski, Nolan and Lehner",
"name2": "Stiedemann - Dach",
"postalCode": "56318-3",
"state": "Colorado"
}
}
},
"replacement": false,
"shipmentNo": "OfN0lNM1mer0",
"size": "M",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-07-03T00:00:00.0Z",
"state": "FAILED"
}
},
{
"orderDate": "2025-10-15T00:00:00.0Z",
"shipment": {
"customerReference": "n1-qx3w6",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "84132",
"addressStreet": "E Cedar Street",
"city": "Fort Janiyafield",
"country": "To",
"name1": "Moen, Cummings and Wilkinson",
"name2": "Ruecker, Marvin and Keeling",
"postalCode": "31058",
"state": "Minnesota"
}
}
},
"replacement": false,
"shipmentNo": "PhFkQdtKeYdX",
"size": "L",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-24T00:00:00.0Z",
"responseTime": "2026-04-30T00:00:00.0Z",
"state": "BOOKED"
}
},
{
"orderDate": "2026-04-11T00:00:00.0Z",
"shipment": {
"customerReference": "kuJ8lUnY",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "83838",
"addressStreet": "Hayley Corners",
"city": "Erichland",
"country": "Ki",
"name1": "Kautzer - Heaney",
"name2": "Doyle, Lind and Lakin",
"postalCode": "22147",
"state": "Wyoming"
}
}
},
"replacement": false,
"shipmentNo": "xew1pJazxbPW",
"size": "S",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-12-16T00:00:00.0Z",
"state": "PICKED_UP"
}
},
{
"orderDate": "2025-08-31T00:00:00.0Z",
"shipment": {
"customerReference": "OfuZ1OV5",
"pickupServices": {
"bulkyGood": {
"comment": "Requires 2 people"
},
"printLabel": {
"consignee": {
"addressHouse": "7222",
"addressStreet": "Albert Summit",
"city": "Port Jaquelin",
"country": "Le",
"name1": "Sawayn Group",
"name2": "Rau, Hamill and Hackett",
"postalCode": "47671-9",
"state": "New Jersey"
}
}
},
"replacement": false,
"shipmentNo": "u2TdARHCfqxA",
"size": "M",
"transportationType": "ROLLBEHAELTER"
},
"shipmentState": {
"actualPickupDate": "2026-08-26T00:00:00.0Z",
"responseTime": "2025-09-28T00:00:00.0Z",
"state": "PICKED_UP"
}
},
{
"orderDate": "2026-02-15T00:00:00.0Z",
"shipment": {
"customerReference": "bhr_nku_",
"pickupServices": {
"bulkyGood": {
"comment": "Bulky item"
},
"printLabel": {
"consignee": {
"addressHouse": "49040",
"addressStreet": "Quarry Lane",
"city": "North Josiestad",
"country": "Pa",
"name1": "Dickens - Mraz",
"name2": "Klein and Sons",
"postalCode": "32921-3",
"state": "Vermont"
}
}
},
"replacement": true,
"shipmentNo": "y8eCUvlybev8",
"size": "M",
"transportationType": "PAKET"
},
"shipmentState": {
"actualPickupDate": "2026-08-25T00:00:00.0Z",
"responseTime": "2026-03-30T00:00:00.0Z",
"state": "FAILED"
}
}
]
}
}
]Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Locations
GET
| Query Parameter Name | Example |
|---|---|
postalCode | 37242 |
[
{
"id": "df5c02cd-bda",
"pickupAddress": {
"addressHouse": "457",
"addressStreet": "Kirsten Causeway",
"city": "Isabellafort",
"country": "Sa",
"name1": "Rolfson, Becker and Mitchell",
"name2": "Rosenbaum Group",
"postalCode": "03460-5",
"state": "Montana"
}
},
{
"id": "6db76358-78b",
"pickupAddress": {
"addressHouse": "246",
"addressStreet": "Spring Street",
"city": "Weissnatborough",
"country": "An",
"name1": "Bergnaum, Herzog and Hayes",
"name2": "Cummerata LLC",
"postalCode": "94854",
"state": "Florida"
}
},
{
"id": "79b38904-9da",
"pickupAddress": {
"addressHouse": "8293",
"addressStreet": "Aliza Mews",
"city": "Cecilchester",
"country": "Ta",
"name1": "Feest - Kovacek",
"name2": "Frami - Pfeffer",
"postalCode": "57290",
"state": "Oregon"
}
},
{
"id": "29cf3f18-cf6",
"pickupAddress": {
"addressHouse": "918",
"addressStreet": "Ben Place",
"city": "New Nobleton",
"country": "Ce",
"name1": "Grady, Barton and Rogahn",
"name2": "Mayert - Hoppe",
"postalCode": "79376-7",
"state": "Ohio"
}
},
{
"id": "23980b37-b83",
"pickupAddress": {
"addressHouse": "999",
"addressStreet": "Gusikowski Dale",
"city": "North Leatha",
"country": "We",
"name1": "Monahan - Ziemann",
"name2": "Farrell - Homenick",
"postalCode": "30343",
"state": "Colorado"
}
},
{
"id": "a7d80450-7e9",
"pickupAddress": {
"addressHouse": "99996",
"addressStreet": "Valerie Light",
"city": "West Stephaniamouth",
"country": "Fr",
"name1": "Wolff Group",
"name2": "Kuvalis, Jenkins and Schoen",
"postalCode": "00142-3",
"state": "South Carolina"
}
},
{
"id": "26c0c8c6-771",
"pickupAddress": {
"addressHouse": "4926",
"addressStreet": "Green Street",
"city": "Lake Delphiaville",
"country": "Pa",
"name1": "Dicki and Sons",
"name2": "Koss Inc",
"postalCode": "42346-1",
"state": "North Dakota"
}
},
{
"id": "05ffc988-7e2",
"pickupAddress": {
"addressHouse": "295",
"addressStreet": "Jefferson Avenue",
"city": "Sparks",
"country": "Sa",
"name1": "Dickens - Nolan",
"name2": "Gislason, Frami and Torp",
"postalCode": "85426-1",
"state": "Indiana"
}
},
{
"id": "f48aeb8b-6ce",
"pickupAddress": {
"addressHouse": "4175",
"addressStreet": "Bonnie Fort",
"city": "South Patiencefurt",
"country": "Gu",
"name1": "Schinner, Prosacco and Dare",
"name2": "Langosh - Ankunding",
"postalCode": "47568-8",
"state": "Vermont"
}
},
{
"id": "2fcff9e5-257",
"pickupAddress": {
"addressHouse": "90104",
"addressStreet": "Zion Branch",
"city": "Lake Filiberto",
"country": "Ph",
"name1": "Rau - Haag",
"name2": "Wyman, Crooks and Runte",
"postalCode": "78388",
"state": "California"
}
}
]Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.dhllogisticsshippingparcelgermanypickup