> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "OrderStatus"
description: "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`](/api-reference/order)


---

*Powered by [holocron.so](https://holocron.so)*
