Queue an already-created invoice for KSeF submission and read the `gov_*` status fields that the API returns.
Auto-generated by
go run ./cmd/gen-skills. Do not edit manually.
Read fakturownia-invoices first.
Use this when an invoice already exists and you want to send it to KSeF separately from create or update.
send-gov is the API-native CLI name; it means “send the invoice to KSeF”.
fakturownia invoice send-gov --id 111 --json
fakturownia invoice get --id 111 --fields id,number,gov_status,gov_id,gov_send_date,gov_error_messages[] --json
gov_status and related fields are the KSeF integration fields exposed by the upstream API.gov_error_messages[] and retry after fixing the payload.