* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
26 lines
360 B
Plaintext
26 lines
360 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.
|