Files
medusa-store/www/apps/docs/content/references/entities/enums/entities.OrderStatus.mdx
Shahed Nasser 892d737c1f docs: enhance how references are generated (#5805)
* adjusted configurations

* enhancements to tool and configurations

* change reference in docs

* fixed issue in workflows reference

* added project name

* more optimizations

* fix context error

* added a types reference

* resolved missing types

* fix reference reflection types not having children

* add an expand url parameter

* added new option to the README

* added details about new option
2023-12-05 15:29:41 +02:00

52 lines
635 B
Plaintext

---
displayed_sidebar: entitiesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# OrderStatus
The order's status.
## Enumeration Members
### ARCHIVED
**ARCHIVED** = `"archived"`
The order is archived.
___
### CANCELED
**CANCELED** = `"canceled"`
The order is canceled.
___
### COMPLETED
**COMPLETED** = `"completed"`
The order is completed, meaning that
the items have been fulfilled and the payment
has been captured.
___
### PENDING
**PENDING** = `"pending"`
The order is pending.
___
### REQUIRES\_ACTION
**REQUIRES\_ACTION** = `"requires_action"`
The order requires action.