World is now on Opti ID! Learn more

Class CommerceRoles

Define commerce role names.

Inheritance
System.Object
CommerceRoles
Namespace: EPiServer.Authorization
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public static class CommerceRoles : Object

Fields

BusinessFoundations

The Business Foundation role name. A Business Foundation role can access and manage everything in commerce.

Declaration
public const string BusinessFoundations = "BusinessFoundations"
Field Value
Type Description
System.String

Catalog

The Catalog role name. A Catalog role can manage catalog.

Declaration
public const string Catalog = "CatalogManagers"
Field Value
Type Description
System.String

CatalogIndexing

The CatalogIndexing role name. A CatalogIndexing role can manage catalog indexing.

Declaration
public const string CatalogIndexing = "CatalogIndexing"
Field Value
Type Description
System.String

CommerceAdmins

The CommerceAdmins role name. A CommerceAdmins role can access and manage everything in commerce.

Declaration
public const string CommerceAdmins = "CommerceAdmins"
Field Value
Type Description
System.String

Countries

The Countries role name. A Countries role can access and manage coutries in commerce.

Declaration
public const string Countries = "Countries"
Field Value
Type Description
System.String

Customers

The Customers role name. An customer role can manage customers and organizations.

Declaration
public const string Customers = "CustomerManagers"
Field Value
Type Description
System.String

Dictionaries

The Dictionaries role name. A Dictionaries role can manage dictionaries.

Declaration
public const string Dictionaries = "Dictionaries"
Field Value
Type Description
System.String

Marketing

The Marketing role name. A Marketing role can manage discounts and campaigns.

Declaration
public const string Marketing = "MarketingManagers"
Field Value
Type Description
System.String

Markets

The Markets role name. A market role can manage markets.

Declaration
public const string Markets = "Markets"
Field Value
Type Description
System.String

Orders

The Orders role name. A Orders role can manage orders.

Declaration
public const string Orders = "CustomerServiceRepresentatives"
Field Value
Type Description
System.String

PaymentMethods

The PaymentMethods role name. A PaymentMethods role can manage payment methods.

Declaration
public const string PaymentMethods = "PaymentMethods"
Field Value
Type Description
System.String

Reporting

The Reporting role name. A Reporting can access reports.

Declaration
public const string Reporting = "ReportManagers"
Field Value
Type Description
System.String

ShippingMethods

The ShippingMethods role name. A ShippingMethods role can manage shipping methods.

Declaration
public const string ShippingMethods = "ShippingMethods"
Field Value
Type Description
System.String

Taxes

The Taxes role name. A taxes role can manage taxes.

Declaration
public const string Taxes = "Taxes"
Field Value
Type Description
System.String

Warehouses

The Warehouses role name. A Warehouses role can access and manage everything in commerce.

Declaration
public const string Warehouses = "Warehouses"
Field Value
Type Description
System.String