Files
medusa-store/www/apps/docs/content/references/services/enums/OrderStatus.mdx
github-actions[bot] cdd42dbdcd chore(docs): Generated References (#5743)
Generated the following references:
- `entities`
- `inventory`
- `js-client`
- `pricing`
- `product`
- `services`
- `stock-location`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-11-27 18:58:52 +00:00

52 lines
640 B
Plaintext

---
displayed_sidebar: servicesSidebar
---
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.