mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 04:21:27 +00:00
16 lines
602 B
Markdown
16 lines
602 B
Markdown
# OrderCreateRequestOrderStatus
|
|
|
|
Current state of the order. See the <a href="https://docs.goshippo.com/docs/orders/orders/">orders tutorial</a>
|
|
for the logic of how the status is handled.
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------------------- | --------------------- |
|
|
| `UNKNOWN` | UNKNOWN |
|
|
| `AWAITPAY` | AWAITPAY |
|
|
| `PAID` | PAID |
|
|
| `REFUNDED` | REFUNDED |
|
|
| `PARTIALLY_FULFILLED` | PARTIALLY_FULFILLED |
|
|
| `SHIPPED` | SHIPPED | |