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>
52 lines
640 B
Plaintext
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.
|