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>
26 lines
362 B
Plaintext
26 lines
362 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# DraftOrderStatus
|
|
|
|
The draft order's status.
|
|
|
|
## Enumeration Members
|
|
|
|
#### COMPLETED
|
|
|
|
**COMPLETED** = `"completed"`
|
|
|
|
The draft order is completed, and an order has been created from it.
|
|
|
|
___
|
|
|
|
#### OPEN
|
|
|
|
**OPEN** = `"open"`
|
|
|
|
The draft order is open.
|