Skip to main content

RoleTypeEnum

All available role types.

enum RoleTypeEnum {
ACCOUNT_MANAGER
API_CLIENT_L1
API_ORDERS
BRAND_OPERATOR
COMPANY_ADMIN
COMPANY_OPERATOR
CS_AGENT
GUEST_USER
LOB_ADMIN
ORDERS_RECEIVER
ORDERS_SHIPPER
PRODUCTS_EXPORTER
PRODUCTS_IMPORTER
SYSTEM_ADMIN
WMS_INTEGRATION
}

Values

RoleTypeEnum.ACCOUNT_MANAGER

An account manager

RoleTypeEnum.API_CLIENT_L1

A role for API clients with limited level 1

RoleTypeEnum.API_ORDERS

A role for API clients with access to the orders scope

RoleTypeEnum.BRAND_OPERATOR

A brand operator

RoleTypeEnum.COMPANY_ADMIN

The company admin role has all attributions and permissions in the company context.

RoleTypeEnum.COMPANY_OPERATOR

A company operator

RoleTypeEnum.CS_AGENT

Responsible for providing personalized support and ensuring customer success with the platform

RoleTypeEnum.GUEST_USER

A read-only user role with permission to view system information without ability to modify information or execute actions.

RoleTypeEnum.LOB_ADMIN

The brand admin has all the attributions and permissions in a brand

RoleTypeEnum.ORDERS_RECEIVER

A role for integrations in charge of receiving orders from external systems

RoleTypeEnum.ORDERS_SHIPPER

A role to handle orders shipping

RoleTypeEnum.PRODUCTS_EXPORTER

A role for integrations. Allow integrations to export products data to external systems

RoleTypeEnum.PRODUCTS_IMPORTER

A role to enable integrations to import products from external systems to Mvnifest

RoleTypeEnum.SYSTEM_ADMIN

A system administrator. This role will have all attributions and permissions in the system

RoleTypeEnum.WMS_INTEGRATION

A role for an out of the box integration to an external WMS

Member Of

allowedRoles query ● AssignRoleInput input ● Role object ● RoleType object ● SetupIntegrationInput input ● UpdateApiClientInput input