AuctionHelperSELLER TOOLS SINCE 1997

Data Handling Policy

Technical detail on how AuctionHelper stores, uses, and disposes of data.

This page documents the technical practices AuctionHelper follows in handling marketplace data retrieved from eBay and other integrated services. It supplements our Privacy Policy and is intended to give both users and partner marketplaces (particularly eBay) transparency into our data-handling posture.

Data classification

Per-user data isolation

Every stored row containing marketplace data is bound to a specific user account. There is no cross-user aggregation, no shared data pool, and no market-intelligence dataset built from users' queries. If User A queries comps for their listing, User B cannot see those comps.

eBay marketplace-account-deletion handling

We operate an endpoint at api.jerryland.com/ebay/notification that receives eBay's marketplace-account-deletion notifications. On receipt, we:

  1. Validate the notification's SHA-256 challenge response against our verification token.
  2. Identify all rows in our data stores tied to the affected eBay user.
  3. Delete those rows within the required window.
  4. Log the deletion action in our compliance audit trail.

Cache retention

Cached marketplace data has a maximum retention marker (fetched_at_utc) recorded on every row. Display logic checks this marker and either serves from cache (if within the applicable retention window) or triggers a fresh API call. Nightly maintenance jobs enforce hard purge on data past its retention window.

Encryption in transit and at rest

Access controls

Production database and infrastructure access is limited to a small operations team. All administrative actions are logged. Third-party sub-processors are bound by data-processing agreements.

Data-subject requests

You may request a copy of your data, correction of inaccurate data, or deletion of your data at any time. Email info@auctionhelper.com with your request; we respond within 30 days.

Changes to this policy

Material changes will be communicated by email or in-product notice.

Contact

Data handling questions: info@auctionhelper.com

Last updated: 2026-07-25