The Admin Console is the backbone of Zippi’s internal management layer. Eight distinct administrative roles access it — each seeing only the surfaces, modules, and actions their scope allows. From global platform configuration down to a single city’s daily dispatch queue, the console unifies operations, finance, and support without exposing every actor to every lever.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CRISTIANCAMACH34/Zippi/llms.txt
Use this file to discover all available pages before exploring further.
The 8 Admin Roles
| Role | Surface | Scope | Key Modules |
|---|---|---|---|
super_admin | superadmin_panel | Global | All modules — full platform control, security, audit |
platform_admin | superadmin_panel | Global | PLATFORM_MODULES — countries, cities, Zippi branches, platform config |
country_admin | admin_panel | Country | Cities, Zippi branches, businesses, orders, couriers, dispatch, pricing, zones, cashier, payments, liquidations, reports |
city_admin | admin_panel | City | Orders, clients, couriers, dispatch, businesses, branches, catalog, cashier, payments, liquidations, coupons, incidents, reports |
zippi_branch_admin | admin_panel | Zippi Branch | Orders, clients, couriers, dispatch, businesses, branches, cashier, payments, liquidations, incidents, reports |
operations_admin | admin_panel | City | Orders, clients, couriers, dispatch, businesses, evidence, support, incidents, reports |
finance_admin | admin_panel | City | Orders, cashier, payments, liquidations, reports, audit |
support_agent | admin_panel | City | Orders, clients, businesses, couriers, support, incidents, evidence |
super_admin and platform_admin share the superadmin_panel surface at /app/superadmin with global scope. All other admin roles land on the admin_panel surface at their scoped home route — /app/admin/country, /app/admin/city, /app/admin/branch, or /app/admin.Role Capabilities at a Glance
super_admin — Unrestricted control over the entire platform: all modules, all scopes, full audit trail access. Every sensitive action taken under this role is subject to the strictest audit requirements.
platform_admin — Configures the platform topology (countries, cities, Zippi branches), manages global settings, and administers other users. Identical permissions to super_admin but its operational focus is configuration, not root-account security.
country_admin — Manages everything within a single country boundary: city creation, Zippi branch management, business onboarding, and the full operations stack (dispatch, fleet, finance). Cannot touch platform-level configuration.
city_admin — The primary operational controller for a city. Approves branch requests, manages couriers and dispatch, and handles financial reconciliation scoped to their city. Cannot leave city scope.
zippi_branch_admin — Operates a Zippi-owned branch without visibility into external business branches. Has dispatch, fleet, cashier, and liquidation access but no pricing or zone management.
operations_admin — The city’s operations tower controller. Focused on live orders, dispatch, fleet, evidence, and incident management. Deliberately excluded from cashier, payments, and liquidations.
finance_admin — Handles all money-related workflows: Wompi payment reconciliation, cashier shifts, liquidations, commissions, financial reports, and audit logs. No access to dispatch, fleet, zones, or catalog.
support_agent — Attends tickets, WhatsApp queries, client issues, and operational incidents. Has full context for orders and clients but cannot touch money — no cashier, payments, or liquidations permissions.
The Three Admin Sub-Panels
Operations
Live order management, courier dispatch, fleet control, zone and pricing configuration, and evidence tracking. Primary roles:
operations_admin, city_admin, country_admin.Finance
Wompi payment reconciliation, cashier shift management, liquidation reports, commission audits, and financial analytics. Primary role:
finance_admin.Support
Ticket queue, WhatsApp channel management, client and order context lookup, and incident resolution. Primary role:
support_agent.City Operations Workflow
City operations is the logistical glue between a business that prepares an order and the customer who receives it. The workflow below reflects the dispatch and zones modules available to city-scoped console roles.Dispatch and Courier Assignment
When an order reaches theEmpacado (packed) state, it enters the dispatch queue. Roles with the dispatch.manage permission — operations_admin, city_admin, and country_admin — assign a courier from the available fleet.
Zones and Pricing
Zones define geographic coverage areas used for both courier assignment and delivery fee calculation. Pricing tables tie tariff rates to zones and distances.- Zone management requires
zones.readandzones.managepermissions (available tocountry_adminandcity_admin). - The
pricingmodule (/pricing) is accessible to roles that include it in theirmoduleslist. - Pricing changes are versioned — they never retroactively recalculate completed orders.
Fleet Management
The couriers module (/api/v1/couriers) provides fleet visibility:
Finance Admin View
Thefinance_admin role has a dedicated financial lens over the platform. It accesses the cashier, payments, liquidations, reports, and audit modules — and nothing else from the operations stack.
Wompi Payments and Reconciliation
Thepayments module surfaces all Wompi transactions, their statuses, and reconciliation states. The finance_admin holds payments.read and payments.manage permissions, enabling full conciliation workflows.
Cashier Shift Reconciliation
The cashier module exposes shift-level financial records:Liquidations
Liquidation records capture the full financial settlement per business per period: gross revenue, Zippi commission, payment gateway fee, and net payout. Thefinance_admin holds liquidations.read and liquidations.manage, allowing them to review, generate, and export settlement reports.
Support Agent View
Thesupport_agent role enters the console at /admin-platform/support and works from a ticket-centric interface with full order and client context.
What Support Sees
- Tickets and incidents — full queue with status, priority, and linked order/client data. Permissions:
incidents.read,incidents.manage. - WhatsApp channel — incoming messages and conversation threads for client support and order-related queries.
- Order lookup —
orders.readprovides full order detail including state history, which the agent uses to contextualize and resolve issues. - Client lookup —
clients.readgives full client history for pattern identification and personalization. - Evidence —
evidence.readallows viewing delivery photos and proof-of-delivery records to resolve disputes. - Courier context —
couriers.readfor delivery status and courier details during incident investigation.
What Support Cannot Do
Support agents hold no financial permissions. They cannot view cashier shifts, Wompi transactions, or liquidation data. This is a deliberate security boundary:support_agent has no cashier, payments, or liquidations permissions.