For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configurations (Core)

Endpoints to update and read general configuration of fulfillmenttools.

Get GDPR config

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

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

application/json

GdprConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64RequiredExample: 42
actorAnonymizationbooleanOptional

If true, the actor information will be stored anonymized for auditing. Might take up to 1 hour to be take into effect

Default: trueExample: true
deletionTimeAfterRetentionnumber · min: 1Optional

Number of days since anonymization until deletion is triggered

Example: 30
idstringOptional
retentionTimenumber · min: 1Required

Number of days after that anonymization is triggered.

Example: 30
get/api/configurations/gdpr

Update GDPR config

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

GdprConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64RequiredExample: 42
actorAnonymizationbooleanOptional

If true, the actor information will be stored anonymized for auditing. Might take up to 1 hour to be take into effect

Default: trueExample: true
deletionTimeAfterRetentionnumber · min: 1Optional

Number of days since anonymization until deletion is triggered

Example: 30
idstringOptional
retentionTimenumber · min: 1Required

Number of days after that anonymization is triggered.

Example: 30
Responses
200

Gdpr configuration was written successfully

application/json

GdprConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64RequiredExample: 42
actorAnonymizationbooleanOptional

If true, the actor information will be stored anonymized for auditing. Might take up to 1 hour to be take into effect

Default: trueExample: true
deletionTimeAfterRetentionnumber · min: 1Optional

Number of days since anonymization until deletion is triggered

Example: 30
idstringOptional
retentionTimenumber · min: 1Required

Number of days after that anonymization is triggered.

Example: 30
put/api/configurations/gdpr

Get locale config

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

The locale Configuration can be found in the body.

application/json

LocaleConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
localestring · enumRequired

This part of the API is in Beta status. For details, see the API release lifecycle 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/locale

Update locale config

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

LocaleConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
localestring · enumRequired

This part of the API is in Beta status. For details, see the API release lifecycle documentation.

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

Example: de_DEPossible values:
Responses
200

The locale Configuration was successfully set.

application/json

LocaleConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
localestring · enumRequired

This part of the API is in Beta status. For details, see the API release lifecycle documentation.

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

Example: de_DEPossible values:
put/api/configurations/locale

List supported locales

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
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, see the API release lifecycle 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
200

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

application/json

TenantConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
clearNamestringRequired
get/api/configurations/tenant

Update tenant config

put

Upsert tenant configuration

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

TenantConfigurationForUpsert

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versionnumberRequired
clearNamestringRequired
Responses
200

Tenant configuration was written successfully

application/json

TenantConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
clearNamestringRequired
put/api/configurations/tenant

List remote configurations (search)

post

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Search for RemoteConfiguration

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

RemoteConfigurationSearchPayload

afterstringOptional

The cursor to start after for forward pagination. The value is provided in the pageInfo.endCursor field of the response. Cannot be used with before or last.

beforestringOptional

The cursor to start before for backward pagination. The value is provided in the pageInfo.startCursor field of the response. Cannot be used with after or size (first).

lastnumber · min: 1 · max: 250Optional

Number of items to return for backward pagination. Cannot be used with 'size' (first). Default: 20.

sizenumber · min: 1 · max: 250Optional

Number of items to return for forward pagination. Cannot be used with 'last'. Default: 20.

Example: 10
startAfterIdstringOptionalDeprecated

The ID to start after. Deprecated, use after with the value provided in pageInfo.endCursor instead.

Responses
200

Your search result

application/json

RemoteConfigurationPaginatedResult

totalnumberOptional

The total number of items matching the search criteria. Only filled, if withTotal is set to true in the search options.

post/api/remoteconfigurations/search

Last updated