Returns
Returns On-demand delivery details object
orderId
- Type: string
- Required: Yes
- Description: order Id of the order
Response Format
200 Response
{
"id": 1233,
"orderId": 123213,
"companyId": 8836,
"adminId": 3894,
"thirdPartyName": "Delivery Ninja",
"referenceId": "1231232",
"referenceTag": "Third party",
"thirdPartyFee": 1.5,
"shipdayCharge": 1.25,
"totalBillableAmount": 2.75,
"charged": false,
"timestamp": "2021-08-21T23:34:10Z",
"insertedAt": 16232323232,
"data": "Example information data",
"trackingUrl": "https://dispatch.shipday.com/tracking/bHZu1221w==&lang=en",
"driverName": "Alex",
"driverPhone": "+14234420986",
"driverLat": 32.8069245,
"driverLng": -170.368697,
"driverImageUrl": "https://s3-us-west-2.amazonaws.com/qt.com.dashboard.profile.driver/somelinktothecarrierphoto.jpg",
"driverVehicleDescription": null,
"tip": 4.5,
"processingFee": 0.5,
"status": "PICKEDUP",
"billable": false
}
Notes
- Updated: about 1 year ago