> ## Documentation Index
> Fetch the complete documentation index at: https://docs.delivery-api.express.ci/llms.txt
> Use this file to discover all available pages before exploring further.

# Delivery Order Statuses

> This section describes the various statuses that a delivery order and its items can have in the Express Delivery Order API.

# Order Statuses

## pending

The order is awaiting processing.

## in\_progress

The order is being processed, including actions such as item collection and delivery.

## completed

The order is completed, with all items collected and delivered.

## canceled

The order has been canceled, or all associated items have been canceled.

# Item Statuses

## pending

The item is awaiting collection.

## collected

The item has been collected.

## delivered

The item has been delivered.

## canceled

The item's collection or delivery has been canceled.
