fetchAllShipmentData

abstract suspend fun fetchAllShipmentData(pollScansEvery: Long? = POLLING_INTERVAL_MS)

Triggers a full refresh of all shipment data, including scans and entries.

Parameters

pollScansEvery

If provided, starts background polling for scans in 'processing' status.