Factuarea API

client_import_too_large

The CSV exceeds the row limit the synchronous import accepts, since the whole file is processed within the request.

CodeTypeHTTPCategory
client_import_too_largeinvalid_request_error422Clients

Cause

The CSV exceeds the row limit the synchronous import accepts, since the whole file is processed within the request.

What to do

Split the file into smaller batches and import them one after another.

On this page