Fixitify Curate & Share stores only the data needed to provide shopper-created shared carts and merchant-created curated carts. This can include store identifier, Shopify variant identifiers, quantities, curated-cart title and description, and, only when the merchant explicitly enables it, public line-item properties from shopper carts. Line-item property sharing is disabled by default.
Cart snapshots are encrypted at rest using Laravel encrypted casts. Shopify private line-item properties whose keys begin with an underscore are never copied into shared-cart snapshots. The app does not request or store customer profiles, orders, addresses, email addresses or payment information.
Usage analytics are limited to event type, small non-sensitive metadata and timestamps. Buyer IP addresses and IP hashes are not persisted. Analytics events are retained for a limited period and are purged automatically when the application scheduler is running.
Shopper share links expire according to merchant settings and can be revoked. Curated carts remain available until unpublished or revoked by the merchant. Shopify privacy webhooks and uninstall handling remove shop data when required.