* 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
50 lines
567 B
Plaintext
50 lines
567 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# OrderEditStatus
|
|
|
|
The order edit's status.
|
|
|
|
## Enumeration Members
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The order edit is canceled.
|
|
|
|
___
|
|
|
|
### CONFIRMED
|
|
|
|
**CONFIRMED** = `"confirmed"`
|
|
|
|
The order edit is confirmed.
|
|
|
|
___
|
|
|
|
### CREATED
|
|
|
|
**CREATED** = `"created"`
|
|
|
|
The order edit is created.
|
|
|
|
___
|
|
|
|
### DECLINED
|
|
|
|
**DECLINED** = `"declined"`
|
|
|
|
The order edit is declined.
|
|
|
|
___
|
|
|
|
### REQUESTED
|
|
|
|
**REQUESTED** = `"requested"`
|
|
|
|
The order edit is requested.
|