Locations

Location data has been significantly improved. The Location object now supports named types and carries a references[] array that links each location to records on external mapping platforms.

🏢 Entity Hierarchy

EntityOperational Function
SupplierThe legal business address of the operator - their Corporate Headquarters or central depot. This is not necessarily where experiences take place; it represents who the operator is and where they are based.
ProductThe main venue or default meeting point for the experience. This is the physical address of the museum, the main entrance of the theme park, or the general starting point for the walking tour - where a guest should go unless a Rate specifies otherwise.
RateThe option-specific touchpoint. Used when a particular Rate variation has a different logistical path from the Product's primary location. For example, a "VIP Dinner Cruise" Rate may depart from Pier 4 while the standard "Lunch Cruise" Rate departs from Pier 1.

Location Object

FieldTypeDescriptionExampleNotes
namestringTechnical or internal name of the location."meetingpoint main"Optional for the supplier to populate.
title New stringCustomer-facing name of the location."Main Entrance - Clock Tower"Optional for the supplier to populate.
description New stringInformational description of the site."The historic clock tower built in 1892."Optional for the supplier to populate.
notesstringEssential arrival instructions or guide tips."Look for the guides wearing green umbrellas"Optional for the supplier to populate.
type New stringThe operational role of this location."MEETING_POINT"Optional for the supplier to populate.
order New integerThe sequence of this location in the itinerary (starts at 1)."1"Optional for the supplier to populate.
address[]objectA structured physical address for a venue, meeting point, or Supplier headquarters.Some fields are required to be populated by the Supplier.
longLat[]objectGeographic coordinates for mapping and proximity searches.Optional for the supplier to populate.
references[] New array[object]Links to external mapping platformsOptional for the supplier to populate.

Deprecated field: city, country, state, utcOffset, googlePlaceId

Location Types New

Every Location carries a type field defining its operational role. You can use the type to determine how to display and label the location in your UI.

TypeDescription
PRIMARYThe operator's main headquarters or primary check-in point
STARTWhere the experience begins or launches from
ENDWhere the experience concludes or arrives
VISITEDA stop along the route; use order to sequence
ITINERARY_ITEMAn ordered stop in a structured itinerary; use order to sequence
POINT_OF_INTERESTA notable landmark visited during the experience
ADMISSION_INCLUDEDA venue where entry is included in the ticket price
REDEMPTIONWhere the guest exchanges or scans their voucher
MEETING_POINTWhere guests gather before the experience begins
OTHERA secondary location or any other location role not covered by the existing enums

Location References New

Every Location can carry a references[] array linking it to records on external mapping platforms. Use these to build deep-links to maps, display venue pages, or enrich location data from third-party sources.

FieldTypeDescription
platformstringThe external mapping or discovery service providing the reference ID. (see table below)
idstringThe unique identifier for the location on the specified platform. Example: ChIJN1t_tDeuEmsRUsoyG83frY4 for a Google Place ID.
namestringThe name of the location as registered on the external platform.
urlstringThe direct URL to the location's page on the platform.

Supported Platforms New

Platform Enums
GOOGLE_PLACE_ID
APPLE_PLACE_ID
TRIPADVISOR_LOCATION_ID
YELP_PLACE_ID
FACEBOOK_PLACE_ID
FOURSQUARE_PLACE_ID
BAIDU_PLACE_ID
AMAP_PLACE_ID
OTHER
Example
Copy

🔗 Find the full details here: Reseller API Reference

VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches