Locations in Omneo represent the brand’s physical or virtual store locations. They are referenced throughout the platform to provide context to transactions, profiles, and customer experiences.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.
Location fields
| Field | Description |
|---|---|
external_id | The location’s ID in your POS or eCommerce system |
name | Store display name |
address | Full street address |
city | City or suburb |
state | State or region |
country | Country |
postcode | Postcode |
lat | Latitude (for geocoding and proximity features) |
lng | Longitude |
phone | Store phone number |
email | Store email address |
opening_hours | Structured opening hours data |
directions | Verbal directions or notes |
image_url | Store image URL |
is_virtual | Whether this is an online/virtual location |
How locations are used
Profile context
join_location_id— the store where a profile was createdpreferred_location_id— the customer’s favourite store (user-defined)most_transacted_location— the store where the customer most frequently shops (aggregation)
Transaction context
Every transaction includes alocation_id linking it to the store where the purchase occurred. This drives store-level analytics and staff attribution.