Kaufland API Log
Log of all API calls to the Kaufland Seller API. Each entry shows the method, endpoint, status code, duration, and any errors. Ideal for troubleshooting and auditing.
Logging must be enabled in the API Setup via Log API Requests.
The entries are read-only and sorted by entry number in descending order (newest first).
Opening the Page
- Via search: Kaufland API Log
- Via the API Setup → Action View API Log
Fields
| Field | Description |
|---|---|
| Entry No. | Sequential number of the log entry. |
| Log Timestamp | Timestamp of the API call. |
| HTTP Method | HTTP method (GET, POST, PUT, DELETE, PATCH). |
| Endpoint | Called API endpoint (e.g., /orders, /units). |
| Status Code | HTTP status code of the response (200=OK, 400=Error, etc.). Color-coded. |
| Success | Whether the call was successful. |
| Duration (ms) | Duration of the call in milliseconds. |
| Error Message | Error message for failed calls. |
Actions
| Action | Description |
|---|---|
| View Request Body | Displays the sent request body (JSON/XML) of the selected entry. |
| View Response Body | Displays the received response body of the selected entry. |
| Clear Log | Deletes all log entries (with confirmation). Should be run regularly to limit database size. |