DoorDash - Get Tracking Info

Returns delivery tracking information from DoorDash Drive for a given external delivery ID.

DoorDash - Get Tracking Info

Return delivery tracking information from DoorDash Drive for a given external delivery ID.

This action requires a DoorDash module connection.

Inputs

NameTypeRequiredDescription
External Delivery IDStringYesThe external delivery ID of the DoorDash delivery to track.

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking info was found for the delivery.
StatusStringRaw DoorDash delivery status, for example created, picked_up, delivered, or cancelled.
Status DescriptionStringHuman-readable description of the DoorDash delivery status.
DG StatusStringDoorDash status mapped to the DigitalGenius internal status. Possible mapped values are Ready for Shipment, In Transit, and Delivered. This output is empty when the DoorDash status is unmapped, for example cancelled.
Estimated Delivery DateStringEstimated dropoff delivery date and time.
Last Event DateStringDate of the last delivery update.

Run the action

  1. Add the DoorDash module connection required by this action.
  2. Enter the DoorDash delivery identifier in External Delivery ID.
  3. Run the action.
  4. Check Found Tracking? to confirm whether tracking information was found.
  5. Use Status, Status Description, DG Status, Estimated Delivery Date, and Last Event Date in later Flow steps.

Status mapping

The action returns both the raw DoorDash status and a DigitalGenius status when a mapping is available.

DoorDash statusDG Status
createdReady for Shipment
confirmedReady for Shipment
enroute_to_pickupReady for Shipment
arrived_at_pickupReady for Shipment
picked_upIn Transit
enroute_to_dropoffIn Transit
arrived_at_dropoffIn Transit
deliveredDelivered
cancelledEmpty / unmapped

Notes

  • Use Status when you need the raw DoorDash delivery state.
  • Use DG Status when you need the tracking state normalized for DigitalGenius flows.
  • Check Found Tracking? before using the tracking fields in later steps.