* adjusted configurations * enhancements to tool and configurations * change reference in docs * fixed issue in workflows reference * added project name * more optimizations * fix context error * added a types reference * resolved missing types * fix reference reflection types not having children * add an expand url parameter * added new option to the README * added details about new option
26 lines
360 B
Plaintext
26 lines
360 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
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.
|