GDPR Export/Delete for customerinformation without person i relations

Does the GDPR features require that you have a person i relations? How should one handle this in solution where a login account is not required or created when placing an order if I want to export or delete all information stored about a customer.

Litium version: 4.8 5, 6

I suppose you are going to search from the Order.
What you need to is, extend so that, from the OrderID identity, you need to fetch the order and then find the customer email, then search all orders with same email and return them as data records.
You need to extend the functionality in SearchOrderByOrderSystemId class.
Use the service decorator pattern, there is a example at the end of following documentation on how to decorate an exiting class.

https://docs.litium.com/documentation/architecture/gdpr-support/customising-the-gdpr-features

@Spotonkastebo did the answer from @anusha.ganegoda answer your question?