---
title: "EventType"
url: "https://api-docs.centraldispatch.com/apis/fulfillment-api-1-0-0/versions/ed4f06d9-fab0-4a1d-a6a8-ce631f6542d0/schemas/EventType"
---

> Full API specification: https://api-docs.centraldispatch.com/apis/fulfillment-api-1-0-0/versions/ed4f06d9-fab0-4a1d-a6a8-ce631f6542d0.md

# EventType

The event type. This list is not exhaustive and additional values may be added at any time.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Fulfillment API
  version: 1.0.0
servers:
  - url: https://fulfillment-api.centraldispatch.com
    description: Production server
components:
  schemas:
    EventType:
      enum:
        - PICKED_UP
        - IN_TRANSIT
        - DELIVERED
      description: The event type. This list is not exhaustive and additional values
        may be added at any time.
      example: IN_TRANSIT
```
