DeliveryVehicleLog
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The DeliveryVehicleAttributeLog is a detailed record of a delivery vehicle's status and attributes within the Deliveries API.
This log includes information such as the vehicle's location, navigation status, remaining distance and time to destination, and any remaining journey segments.
It also contains a list of custom attributes, represented as key-value pairs, that provide additional information about the vehicle.
Each attribute within the DeliveryVehicleAttributeLog has a key, and its corresponding value can be a string, boolean, or number.
Optional. Past Locations of the vehicle not reported to Fleet Engine. Typically collected when there is a network outage. These logs will not contain any data that is older than 24 hours.
DeliveryVehicleAttributeLog
Describes a vehicle attribute as a key-value pair.
JSON representation
{"key": string,"value": string,// Union field delivery_vehicle_attribute_value can be only one of the// following:"stringValue": string,"boolValue": boolean,"numberValue": number// End of list of possible types for union field// delivery_vehicle_attribute_value.}
Fields
key
string
The attribute's key; for example, allowed_use_carpool_lane.
value
string
The attribute's value; for example, true.
Union field delivery_vehicle_attribute_value. The attribute's value, can be in string, bool, or double type. delivery_vehicle_attribute_value can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],[]]