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>
50 lines
572 B
Plaintext
50 lines
572 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.
|