Skip to main content

Customer Lookup (Quick Search)

GET 

/api/customers/lookup

Lightweight customer quick-search used by the POS register to attach a customer at checkout. Returns a compact card per customer including the live store-credit wallet balance (summed in one join, N+1-safe), the assigned pricing tier, and tax-exemption status. Archived customers are excluded.

Required scope: customers:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Query params: q (optional; matches name/company/email/phone), limit (optional; 1–50, default 15).

Authentication: Requires Bearer token (PAT).

Request

Responses

OK

Response Headers
    Content-Type