> ## Documentation Index
> Fetch the complete documentation index at: https://storeinspect.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Data model

> Core StoreInspect API response objects.

API responses use public DTOs with opaque IDs. Do not infer database IDs, ordering, or internal state from public IDs.

## Store

Store objects describe a Shopify domain and the StoreInspect account intelligence available for it.

Common fields include:

* `id`
* `domain`
* `name`
* `country`
* `category`
* `traffic_tier`
* `revenue_tier`
* `shopify_plus`
* `apps`
* `pixels`
* `theme`
* `contact_counts`

## Contact preview

Contact previews are safe to show before a reveal. They can include role and fit signals, but they do not include private channels.

Private fields such as email, phone, and LinkedIn URL are omitted until reveal.

## Contact reveal

Contact reveal objects include the full contact identity and available contact channels after credits are spent or an already-revealed contact is replayed.

Reveal responses only return hygienic contact channels that are safe for export. Bounced, catch-all, guessed, suppressed, or otherwise non-exportable emails are filtered out.
