To retrieve a complete account of details and status on any previously created delivery, make a Get Delivery Info request. Responses Include assigned Helper names, any pertinent status, and all other details associated with a Dolly delivery.

Endpoint

https://papi.sandbox.dolly.com/v1/deliveries/:deliveryId

HTTP Method

GET

Authorization Header

Authorization: Bearer {tokenValue}

Query Parameters

deliveryId

Example Response

{
    "actualOrderTime": "2023-03-28T19:20:23.365Z",
    "batchId": "DA6873423216",
    "containsAlcohol": false, 
    "currency": "USD",
    "deliveryWindowEndTime": "2023-03-29T23:20:22.983Z",
    "deliveryWindowStartTime": "2023-03-29T22:20:22.982Z",
    "dropOffInfo": {
        "dropoffAddress": {
            "addressLine1": "2201 N Field St",
            "addressLine2": "",
            "city": "Dallas",
            "state": "TX",
            "zipCode": "75201",
            "country": "US"
        },
        "dropoffContact": {
            "firstName": "John",
            "lastName": "Doe",
            "phone": "1234567890"
        },
        "dropOffInstruction": "Ring the bell once you are at dropoff",
        "dropOffLocation": {
            "latitude": 32.78672695,
            "longitude": -96.80663445
        },
        "isUnattended": true,
        "signatureRequired": true
    },
    "estimatedDeliveryTime": "2023-03-24T23:20:22.983Z",
    "estimatedPickupTime": "2023-03-24T21:20:22.982Z",
    "externalDeliveryId": "7501192713442_1", 
    "externalOrderId": "868c9d93-18fe-4161-b6c5-5d0f4cc23cc5", 
    "externalStoreId": "2612", 
    "fee": 67,
    "id": "702d4337-5ce3-43bb-a957-045a8ac58204",
    "isAutonomousDelivery": false,
    "orderInfo": {
        "barcodeInfo": [
            {
                "barcode": "Q12345"
            },
            {
                "barcode": "Q12346"
            }
        ],
        "orderLineItems": [
            {
                "height": 2.3,
                "length": 3.2,
                "orderedWeight": 2,
                "quantity": 2,
                "uom": "LB",
                "uomDimension": "FT",
                "width": 1.2
            },
            {
                "description": "Product Description",
                "height": 1.1,
                "length": 4.2,
                "name": "Product Name",
                "orderedWeight": 3,
                "photoUrl": "Photo URL",
                "quantity": 1,
                "uom": "LB",
                "uomDimension": "FT",
                "width": 1.8
            }
        ],
        "size": "S",
        "totalQuantity": 20,
        "totalVolume": 2.7799999713897705,
        "totalWeight": 64
    },
    "pickupInfo": {
        "parkingBayEnabled": false,
        "pickupAddress": {
            "addressLine1": "1717 N Harwood St",
            "addressLine2": "",
            "city": "Dallas",
            "country": "US",
            "neighborhood": "Dallas Downtown Historic District",
            "state": "TX",
            "zipCode": "75201"
        },
        "pickupContact": {
            "firstName": "Your Store Name",
            "lastName": "Store number:5023",
            "phone": "1234567890"
        },
        "pickupInstruction": "Follow orange 'Pickup' signs in parking lot. Park and wait in any 'Reserved Pickup Parking' spot",
        "pickupLocation": {
            "latitude": 32.78783105,
            "longitude": -96.80133688
        },
        "signatureRequired": true
    },
    "pickupWindowEndTime": "2023-03-24T21:20:22.982Z",
    "pickupWindowStartTime": "2023-03-24T20:20:22.982Z",
    "status": "COURIER_REQUESTED",
    "storeName": "Your Store Name",
    "tip": 99.00
}
Language
Authentication
Bearer
JWT
Click Try It! to start a request and see the response here!