Walk every invoice in a date range, fetching each in full.
One request per invoice, so this is the expensive one; pace it with delayMs and consider whether the digest alone answers your question.
delayMs
Walk every invoice in a date range, fetching each in full.
One request per invoice, so this is the expensive one; pace it with
delayMsand consider whether the digest alone answers your question.