Skip to main content

RoleTypeEnum

All available role types.

enum RoleTypeEnum {
ACCOUNTING_INTEGRATION
ACCOUNT_MANAGER
API_CLIENT_L1
API_ORDERS
BRAND_OPERATOR
COMPANY_ADMIN
COMPANY_OPERATOR
CS_AGENT
FULFILLMENT_INTEGRATION
GUEST_USER
LOB_ADMIN
ORDERS_RECEIVER
ORDERS_SHIPPER
PRODUCTS_EXPORTER
PRODUCTS_IMPORTER
PRODUCT_INTEGRATION
READ_ONLY_DATA_INTEGRATION
SALES_INTEGRATION
SUPPORT_ADMIN
SYSTEM_ADMIN
SYSTEM_COMPANY
WMS_INTEGRATION
}

Values

RoleTypeEnum.ACCOUNTING_INTEGRATION

A role for accounting integrations that allows accounting operations

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

A company administrator

RoleTypeEnum.COMPANY_OPERATOR

A company operator

RoleTypeEnum.CS_AGENT

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

RoleTypeEnum.FULFILLMENT_INTEGRATION

A role for custom fulfillment integrations that allows API access to manage fulfillments and inventory.

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

A line of business administrator

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

The role to allow integrations to import products from external systems

RoleTypeEnum.PRODUCT_INTEGRATION

A role that allows reading and writing product data including attributes, media and inventory.

RoleTypeEnum.READ_ONLY_DATA_INTEGRATION

A read-only data integration with query access to company commerce data.

RoleTypeEnum.SALES_INTEGRATION

A role for custom sales integrations that allows API access to creating orders and retreiving inventory

RoleTypeEnum.SUPPORT_ADMIN

Read and write access to all companies in the system. No access to system wide tools like creating API clients.

RoleTypeEnum.SYSTEM_ADMIN

A system administrator

RoleTypeEnum.SYSTEM_COMPANY

Allows the system to perform a controlled set of operations on its own behalf, such as automation operations

RoleTypeEnum.WMS_INTEGRATION

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

Member Of

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