aimeos / ai-lexoffice
Aimeos Lexoffice integration
2026.04.1
2026-04-28 10:50 UTC
Requires
- php: ~8.1
- aimeos/aimeos-core: 2026.04.*
Requires (Dev)
- phpunit/phpunit: ~10.0||~11.0||~12.0
This package is auto-updated.
Last update: 2026-06-18 07:48:55 UTC
README
Push orders from Aimeos to Lexoffice web API.
Installation
Use composer to install the aimeos/ai-lexoffice extension:
composer req aimeos/ai-lexoffice
Caution: The order/service/delivery job controller needs to be executed regulary by a cronjob you need to set up! These articles how to set them up:
Configuration
For your delivery options in the Setup > Service panel of the Aimeos admin backend, use "Lexoffice" as value in the Provider field in the service details:
Available settings are:
- lexoffice.apikey (required): API key you must generate in your Lexoffice account
- lexoffice.shipping-days (optional): Maximum days until order will be shipped
- lexoffice.payment-days (optional): Days until payment is marked as overdue in Lexoffice
