Returns Configuration (Operations)

Endpoints to create, update and read returns configuration.

Get returns config

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right. Returns the current return configuration for the tenant.

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

Return config found.

application/json

LocalizedReturnConfiguration

get
/api/configurations/return

Update returns config

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right. Updates the return configuration for the tenant. If no configuration exists, it will be created.

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

ReturnConfiguration

Responses
chevron-right
200

The return configuration was successfully updated.

application/json

LocalizedReturnConfiguration

put
/api/configurations/return

Last updated