GDPR configuration
More GDPR-Config-API information can be found here: REST API documentation - GDPR
Change GDPR Configuration
There is the possibility for an admin to change the default values of the gdpr configuration to another values via API:
We have configured a retentionTime
of 15
days and a deletionTimeAfterRetention
of 5
days. Let's assume that we create an order on the 2023-01-01, the fulfillmenttools platform calculates the retention/deletion dates according to the current configuration. Then we have a calculated date for anonymization of 2023-01-15 and a deletion date of 2023-01-20.
Note: We only start the gdpr process on operationally finished processes.
Last updated