This is an object representing your deliveries.
Deliveries
Deliveries are individual instances of dispatch from one delivery point (pickup) to another (dropoff). These are initiated by selecting one of the quotes returned from creating a delivery request.
Delivery object fields
Field | Data type | Description | Type |
---|---|---|---|
id | string | unique id of delivery | required |
delivery_request_id | string | reference to unique id of related delivery request | required |
dropoff_eta | date time | estimated time that dropoff will occur | required |
fee | integer | cost of delivery | required |
currency | string | currency of fee | required |
status | enum | tracks the status of the delivery | required |
completed | boolean | indicates if the delivery has been completed or not | required |