Files
speakeasy-playground/docs/models/components/ordercreaterequestorderstatus.md
Mike Lueders 14c449163c generate sdk
2024-03-01 12:52:50 -06:00

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 |