An unofficial client for the Kaufland/Real.de API.
This project can easily be installed through Composer.
composer require productflowbv/kaufland-php-client
Prepare the client for connecting to Kaufland with your client key and secret key.
$kaufland = new \ProductFlow\KauflandPhpClient\Kaufland();
$kaufland->setClientKey($clientkey);
$kaufland->setSecretKey($secretkey);Returns an array of order-units
$order_lists = $kaufland->orderUnit()->list();✅ = Done, and tested
☑️ = Done, but not yet tested
❌ = Not yet developed
❗ = deprecated/not supported
| Endpoint | Status |
|---|---|
| attributes | ✅ |
| categories | ✅ |
| import-files | ☑️ |
| items | ☑️ |
| product-data | ☑️ |
| orders | ✅ |
| order-invoices | ☑️ |
| order-units | ✅ |
| shipments | ☑️ |
| reports | ✅ |
| returns | ☑️ |
| return-units | ☑️ |
| shipping-groups | ☑️ |
| status | ✅ |
| subscriptions | ☑️ |
| ticket-messages | ☑️ |
| tickets | ☑️ |
| warehouses | ☑️ |
| units | ✅ |
| info | ✅ |