SupplyOrderTypeEnum
Types of supply orders supported in the supply chain system.
Each type represents a different category of supply chain operation with specific workflows and requirements.
Order Types
- **Manufacturing**: Production orders that transform raw materials into finished products
- **Assembly**: Orders that combine multiple components into final products
- **Procurement**: Purchase orders for acquiring materials, components, or finished goods
enum SupplyOrderTypeEnum {
ASSEMBLY
MANUFACTURING
PROCUREMENT
}
Values
SupplyOrderTypeEnum.ASSEMBLY
Assembly order
SupplyOrderTypeEnum.MANUFACTURING
Manufacturing
SupplyOrderTypeEnum.PROCUREMENT
Procurement
Member Of
SupplyOrder
object ● SupplyOrdersFilterInput
input