Current state of the order. See the orders tutorial for the logic of how the status is handled.
import { OrderStatusEnum } from "shippo/models/components";
let value: OrderStatusEnum = "PAID";
"UNKNOWN" | "AWAITPAY" | "PAID" | "REFUNDED" | "CANCELLED" | "PARTIALLY_FULFILLED" | "SHIPPED"