Skip to content

Errors

General Errors

General Errors appear when something on the serverside went wrong, the client cannot be authorized or the request was incorrect.

400 Bad Request

Missing Parameter

message: "[...] parameter is missing",

Returned when a necessary parameter is missing

401 Unauthorized

message: "Missing or wrong authentication"

Returned when the authorization failed

Article Information

Request-specific error codes for articles

403 Forbidden

code: customer-ID missing

Returned when the API-token the request was authorized with is not associated with a customer-id.

404 Not Found

Returned when the requested article number could not be found. Usually because the article number given in the request is unknown.

410 Gone

Returned when the requested article number is no longer available. Usually when a article is permanently out of stock.

429 Too Many Requests

Returned when the rate limit is exceeded.