shipmentTree

abstract fun shipmentTree(shipmentId: String): Flow<ShipmentTree>

Returns a reactive stream for a specific ShipmentTree.

Parameters

shipmentId

The ID of the shipment to build the tree for.

Throws

if the shipmentId is not found in the current cache.