Policy
Luvora uses customer and session information to support shopping, cart persistence, favorites, and profile features.
The frontend stores cart_uuid, session_id, and customer_id when available so the backend can connect cart and favorite activity.
Product, category, cart, favorite, and profile data are loaded from API routes instead of being stored as local product records.
Profile information is used for customer account features and should be handled by the backend according to your auth rules.
Information sent to customer care is used to answer requests about orders, products, delivery, returns, and exchanges.