ScopeTypeEnumThis enumeration defines the scope type for customer orders. type ScopeTypeEnum = 'GLOBAL' | 'STORE' | 'WEBSITE';