Files
medusa-store/www/apps/docs/content/references/services/enums/OrderStatus-1.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

50 lines
694 B
Plaintext

---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# OrderStatus
The status of an order.
## Enumeration Members
#### archived
**archived** = `"archived"`
Order is archived.
___
#### canceled
**canceled** = `"canceled"`
Order is canceled.
___
#### completed
**completed** = `"completed"`
Order is completed. An order is completed when it's paid and fulfilled.
___
#### pending
**pending** = `"pending"`
Order is pending.
___
#### requires\_action
**requires\_action** = `"requires_action"`
Order requires an action. This status is applied when the order's payment or fulfillment requires an additional action.