> ## Documentation Index
> Fetch the complete documentation index at: https://docs.capedigital.co.ke/llms.txt
> Use this file to discover all available pages before exploring further.

# Inventory Service

> Booking orders, inventory items, ad asset management, traffic, and transit.

Owns the advertising inventory and the booking lifecycle from order creation through campaign go-live. Owned by `inv-service`.

**Base URL:** `https://api.capedigital.co.ke/inventory`

## Key resources

| Resource        | Description                                                |
| --------------- | ---------------------------------------------------------- |
| Inventory Items | Rate-card items available for booking (TV, Radio, Digital) |
| Booking Orders  | Priced advertising contracts (subtotal, VAT, grand total)  |
| Booking Lines   | Individual inventory slots within a booking order          |
| Ad Assets       | Creative files uploaded against each booking line          |
| Scheduler       | Airing schedule management                                 |

## Booking lifecycle

```
DRAFT → PENDING_APPROVAL → APPROVED → TRAFFIC_READY → RUNNING → COMPLETED
```

Discount tiers (None / Business Manager / CD / CEO) gate the approval chain based on the discount percentage negotiated.

<Note>
  See the **Inventory** tab in the top navigation for the full API reference.
</Note>
