Units overview
A Unit is one bookable item synced from your booking provider—a room category, apartment, villa, etc.
In WordPress it is a dedicated content type (custom post type) labelled Units in the admin menu.
Where units live
| Location | What you do |
|---|---|
| Units → All Units | Browse, search, bulk-sync, open editors. |
| Front-end URL | Each unit has its own page (permalink). Archive listing is optional—see Permalinks and archive. |
Extra list columns help operations teams:
- External ID — Identifier from the booking system.
- Provider — Which integration owns the row (e.g.
kross). - Last sync — When this unit last finished syncing successfully.
What visitors see
Themes usually show:
- Title and content (description synced into the editor unless customised).
- Featured image — Often set automatically from the provider’s main gallery image.
Gallery images beyond the featured image live in meta fields and attachment IDs—your theme or blocks decide how to display them.
Relation to the provider
Units are linked to remote inventory by bec_external_id (shown as External ID) and provider slug.
Deleting a unit in WordPress does not delete inventory in Kross; the next sync may recreate it unless you manage visibility on the provider side.