Generated the following references: - `entities` - `file` - `fulfillment` - `inventory` - `js_client` - `medusa` - `medusa_config` - `medusa_react` - `modules` - `notification` - `payment` - `price_selection` - `pricing` - `product` - `search` - `services` - `stock_location` - `tax` - `tax_calculation` - `types` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
44 lines
614 B
Plaintext
44 lines
614 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# OrderStatus
|
|
|
|
The order's status.
|
|
|
|
## Enumeration Members
|
|
|
|
### PENDING
|
|
|
|
**PENDING** = `"pending"`
|
|
|
|
The order is pending.
|
|
|
|
### COMPLETED
|
|
|
|
**COMPLETED** = `"completed"`
|
|
|
|
The order is completed, meaning that
|
|
the items have been fulfilled and the payment
|
|
has been captured.
|
|
|
|
### ARCHIVED
|
|
|
|
**ARCHIVED** = `"archived"`
|
|
|
|
The order is archived.
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The order is canceled.
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
**REQUIRES\_ACTION** = `"requires_action"`
|
|
|
|
The order requires action.
|