Configurations (Core)

Endpoints to update and read general configuration of the fulfillmenttools platform.

Get GDPR config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Gdpr configuration was found & you were allowed to access it. The result is in the body.

application/json

GdprConfiguration

get
/api/configurations/gdpr

Update GDPR config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

GdprConfiguration

Responses
chevron-right
200

Gdpr configuration was written successfully

application/json

GdprConfiguration

put
/api/configurations/gdpr

Get locale config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The locale Configuration can be found in the body.

application/json

LocaleConfiguration

get
/api/configurations/locale

Update locale config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

LocaleConfiguration

Responses
chevron-right
200

The locale Configuration was successfully set.

application/json

LocaleConfiguration

put
/api/configurations/locale

List supported locales

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The supported locales can be found in the body.

application/json

SupportedLocales

itemsstring · enumOptional

This part of the API is in Beta status. For details please check the api-release-life-cycle documentation.

ISO 3166 conform country code and ISO 639-1 conform language code (de_DE, en_US, ch_FR, etc.)

Example: de_DEPossible values:
get
/api/configurations/supportedlocales

Get tenant config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Tenant configuration was found & you were allowed to access it. The result is in the body.

application/json

TenantConfiguration

get
/api/configurations/tenant

Update tenant config

put

Upsert tenant configuration

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

TenantConfigurationForUpsert

Responses
chevron-right
200

Tenant configuration was written successfully

application/json

TenantConfiguration

put
/api/configurations/tenant

Last updated