OrderStatus:
    | "pending"
    | "paid"
    | "processing"
    | "printing"
    | "shipped"
    | "delivered"
    | "cancelled"
    | "refunded"