* 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
52 lines
635 B
Plaintext
52 lines
635 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# OrderStatus
|
|
|
|
The order's status.
|
|
|
|
## Enumeration Members
|
|
|
|
### ARCHIVED
|
|
|
|
**ARCHIVED** = `"archived"`
|
|
|
|
The order is archived.
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The order is canceled.
|
|
|
|
___
|
|
|
|
### COMPLETED
|
|
|
|
**COMPLETED** = `"completed"`
|
|
|
|
The order is completed, meaning that
|
|
the items have been fulfilled and the payment
|
|
has been captured.
|
|
|
|
___
|
|
|
|
### PENDING
|
|
|
|
**PENDING** = `"pending"`
|
|
|
|
The order is pending.
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
**REQUIRES\_ACTION** = `"requires_action"`
|
|
|
|
The order requires action.
|