get_shopify_customer_stats
Get an AGGREGATE Shopify customer count only — a single number, optionally filtered by query (Shopify customer search syntax, e.g. "accepts_marketing:true"). Returns NO customer names, emails, addresses, or any other personal data — this tool is aggregate-only by design (PCD Level 2 personal-data reads are deferred). Use when a person or agent needs how many customers exist, never who they are.
Routing: Shopify customer count (aggregate only — no PII) from the live store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional Shopify customer search, e.g. "accepts_marketing:true" or "orders_count:>5" | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |