OptionalfetchOptionalheadersExtra headers, e.g. a correlation id for your own logs.
OptionalretriesRetries for transport failures and 5xx responses. Defaults to 2.
Only idempotent failures are retried: a manageInvoice that reached NAV
must never be resent, because the requestId would be rejected as a
replay and, worse, a genuinely delivered batch could be duplicated.
OptionaltimeoutPer-attempt timeout in milliseconds. Defaults to 30 000.
Injectable for testing and for runtimes with a custom fetch.