OrderStatusType
Classification of order status origin and management level within the workflow system
enum OrderStatusType {
SYSTEM
CUSTOM
}
Values
OrderStatusType.SYSTEM
System-defined order status that is built into the platform. These statuses are managed by the system and typically cannot be modified or deleted by users.
OrderStatusType.CUSTOM
User-defined order status created for specific business workflows. These statuses can be customized, modified, and deleted according to business requirements.
Member Of
OrderStatus
object