client_import_too_large
The CSV exceeds the row limit the synchronous import accepts, since the whole file is processed within the request.
| Code | Type | HTTP | Category |
|---|---|---|---|
client_import_too_large | invalid_request_error | 422 | Clients |
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.