Post a shipment status update or trigger an automation event for a fulfillment.
The status field accepts two types of values:
Statuses (e.g., in_transit, delivered): Real carrier tracking statuses that update the shipment’s current status. When you send these, the fulfillment’s current status is updated to reflect the new state. Triggers any configured automations for that status.
Events (e.g., stalled_in_transit, delayed, arriving_early): Special event types that trigger automations without changing the current shipment status. The status field remains unchanged, but you can still update estimated delivery date and add tracking history entries. Use these to trigger event-based automations.
Both statuses and events can update other fields like estimated delivery date and tracking history.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store ID
"64e5a8a1af49a89df37e4ee7"
Order ID. Can be either the external order ID provided when creating the order, or the internal Redo order ID.
Unique fulfillment identifier.
Request body for updating a fulfillment's tracking status.
The status field accepts two types of values:
in_transit, delivered): Update the shipment's current status and trigger configured automations.stalled_in_transit, delayed, arriving_early): Trigger automations without changing the current shipment status.Both can update other fields like estimated delivery date and tracking history.
Shipment status or automation event.
Statuses update the current shipment status and trigger automations:
pre_transit, in_transit, out_for_delivery, available_for_pickup, delivered, return_to_sender, failure, cancelled, error.
Events trigger automations without changing the current status:
stalled_in_transit, delayed, arriving_early.
pre_transit, in_transit, out_for_delivery, available_for_pickup, delivered, return_to_sender, failure, cancelled, error, stalled_in_transit, delayed, arriving_early Estimated delivery date in ISO 8601 format.
Tracking event message (e.g., "Departed shipping partner facility").
Timestamp of the tracking event in ISO 8601 format.
Location information for a tracking event.