Profile identities link a customer’s Omneo profile to their IDs in external systems. This guide covers how to add, retrieve, and use identities in your integration.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Adding an identity to a profile
Common identity handles
| System | Handle |
|---|---|
| Shopify | shopify |
| Loyalty card | loyalty-card |
| Klaviyo | klaviyo |
| Staff number | staff-number |
| POS customer ID | pos-customer |
Looking up a profile by identity
Browsing identities for a profile
Updating an identity
Deleting an identity
Best practices
- Always check if an identity exists before adding it — duplicate identities will return an error
- Use the identity search endpoint at the start of each integration request to resolve the Omneo profile ID
- Store the Omneo profile ID alongside the external identity in your system for faster lookup
- Use identity search for real-time POS lookup flows where speed matters