Documentation Index
Fetch the complete documentation index at: https://ota-docs.calry.app/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Each PMS provider uses its own set of amenity names. For example, one provider might call it “Wireless Internet” while another calls it “WiFi/Wireless” or “Internet Wifi”. Zepl’s amenity mapping system lets you map these provider-specific names to a unified set of amenities in your workspace, so that listings from different providers can be searched and filtered consistently.How It Works
The mapping flow has three layers:-
Raw PMS Amenities — When listings are synced from a PMS, the provider’s amenity names are stored as-is on each listing (in the
rawAmenitiesfield). -
Workspace Amenities — You define a unified set of amenity names and categories for your workspace. Each unified amenity has a
providerNamesarray that maps one or more PMS amenity names to it. - Listing Amenities — Based on the mapping, Zepl automatically matches each listing’s raw amenities to your unified amenities. These are returned in API responses grouped by category.
Setting Up Amenity Mapping
Step 1: Review Available PMS Amenities
First, check which amenities the provider sends. You can find a reference list for each supported provider in the provider-specific pages below. These lists are a starting point — providers may add new amenities over time. To discover unmapped amenities (amenities that exist on your synced listings but haven’t been mapped yet), use:Step 2: Define Your Mapping
Structure your mapping as categories, each containing a list of unified amenities. Each unified amenity specifies which PMS names map to it via theproviderNames array.
idvalues must be unique within their scope (unique category IDs, unique amenity IDs within a category)providerNamesmatching is case-sensitive — include the exact names as they appear in the PMS data- A single PMS amenity name should only appear in one unified amenity’s
providerNames - Multiple PMS names can map to the same unified amenity (e.g., “Wireless Internet” and “WiFi/Wireless” both map to “Wifi”)
Step 3: Apply the Mapping
Send your mapping to the update endpoint:Step 4: Verify
Retrieve the current mapping to verify it was applied:How Mapped Amenities Appear
Once mapped, amenities appear on listing responses grouped by category:Amenity Categories
To see all amenity categories currently defined across your workspace:Using Amenities in Search
Mapped amenities can be used to filter search results. Pass amenity IDs in theamenities query parameter: