# OrderCreateRequestOrderStatus Current state of the order. See the orders tutorial 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 |