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

# OrderStatus

> An enumeration value representing the current status of the order.

## Valid values

***

`PENDING`

The order has been created but not yet processed.

***

`PROCESSING`

The order is currently being processed.

***

`SUCCEEDED`

The order processing has been successfully completed.

***

`FAILED`

The order processing has failed.

***

`ACTION_REQUIRED`

The order requires further action to be processed.

***

`CANCELLED`

The order has been cancelled.

***

`CANCELLATION_IN_PROGRESS`

The cancellation of the order is in progress.

***

`PARTIALLY_CANCELLED`

The order has been partially cancelled.

***

## Related types

***

[`Order`](/docs/api-reference/order)
