Das Script funktioniert aufgrund der Umstellung auf Import im
Hintergrund momentan so oder so nicht, aber hiermit klappt zumindest
die Authentifizierung wieder.
# ---- Logindaten und URL anpassen: ----
login=MyLxOfficeUserName
password=MySecretPassword
+client_id=ClientDatabaseID
url='https://localhost/kivitendo-erp/controller.pl'
function fail {
-F 'settings.shoparticle_if_missing=0' \
-F "{AUTH}login=${login}" \
-F "{AUTH}password=${password}" \
+ -F "{AUTH}client_id=${client_id}" \
-F "file=@${file}" \
${url}
}