Catalog
Creating and editing offerings
Vertical, category, attributes, status. JSON-Schema-driven form auto-renders new verticals without code changes.
Offerings are polymorphic: every vertical (Space, Taxi, Flight, …) has its own JSON-Schema describing the attributes that vertical needs. The provider form auto-renders the right inputs for the chosen vertical — adding a new vertical at the platform level instantly gives providers the right form.
Create
- Open /provider/offerings/new.
- Pick a vertical (the form changes shape).
- Pick a category — restricts the offering to a specific sub-bucket.
- Fill title, slug, description, and the vertical-specific attributes (capacity, hourly rate, address; for taxi: vehicle class + seats; …).
- Optional: route via an external vendor by switching Fulfilled-by to e.g. Bookalimo or Flights and entering the vendor credentials.
- Save → the offering lands in DRAFT. Click Publish to make it visible to customers.
Edit
From /provider/offerings, click any row to land on the edit page. You can update title, description, status (DRAFT / PUBLISHED / ARCHIVED), and manage media (drag-drop image upload + reorder + delete). Cover image is whatever sits at position 0.
Status meaning
| Status | What customers see | When to use |
|---|---|---|
| DRAFT | Hidden from search + listings | Drafting; not ready |
| PUBLISHED | Searchable + bookable | Live |
| ARCHIVED | Hidden, history preserved | Retiring without losing analytics |