OrderStatusOrderType
Classification of order types that determine which workflow statuses are applicable for different business processes
enum OrderStatusOrderType {
QUOTATION
ORDER
REQUEST
}
Values
OrderStatusOrderType.QUOTATION
Order status applicable to quotation processes. Used for managing price quotes, estimates, and preliminary order proposals before final confirmation.
OrderStatusOrderType.ORDER
Order status applicable to confirmed orders. Used for managing the complete order lifecycle from confirmation through fulfillment and delivery.
OrderStatusOrderType.REQUEST
Order status applicable to request processes. Used for managing special requests, custom orders, or inquiry-based transactions that require additional processing.
Member Of
OrderStatus
object ● UpdateOrderStatusInput
input