Type Alias OrderStatus

OrderStatus:
    | "pending_funding"
    | "funded"
    | "notified"
    | "fulfilling"
    | "delivered"
    | "cancelled"