1 2 3 4 5 6 7 8 9 10 11 |
enum OrderStatusCode { Canceled = -1 ShoppingCart = 1 InProcess = 2 Completed = 3 ProblemOrder = 100 OnHold = 200 Quote = 300 Void = 999 } |
Related Articles
-
Purchase Orders Shipping Status
- 0
- 12
-
Receiving Status
- 0
- 13
-
Payment Status
- 0
- 17
-
Purchase Order Status
- 0
- 20
-
Payment Method
- 0
- 17
-
Payment Type
- 0
- 17