pollShipmentTillProcessed
abstract suspend fun pollShipmentTillProcessed(shipmentId: String, interval: Long = DEFAULT_PROCESSING_POLLING_INTERVAL): Result<List<ShipmentScan>>
Polls for scans of a shipment until all scans have a completion status (processed or error), saving the state in this repository.
Return
A Result containing the list of scans on success.