admin

noun

In software, a user role with full administrator privileges to manage all functionality.
In Adobe Commerce, admin users have full permissions and access to all features, options, and capabilities in the Admin.
They can also create users and roles.

Learn more: Adding Users

Term attributes:

  • Field: commerce software
  • Synonyms: administrator, super user
  • Related terms: commerce admin

Admin area

noun

The password-protected back office of your store where orders, catalog, content, and configurations are managed.
Users access the Admin area to manage the store, including products, orders, shipments, CMS content, design of the storefront, customer information, and so on.
Admin users have an associated role with permissions that controls access to features, options, and capabilities.

Learn more: Adobe Commerce User Guide

Term attributes:

  • Field: commerce software
  • Synonyms: Admin, Admin Panel, backend, Administration Interface, Admin UI
  • Related terms: admin

ADMIN variables

noun

ADMIN variables are project environment variables to override the configuration settings for the Admin user account to access the Admin UI.

Learn more: ADMIN variables

Term attributes:

  • Field: admin, cloud

adminhtml

noun

The internal area name assigned to the Admin.

Learn more: Adobe Commerce User Guide

Term attributes:

  • Field: commerce software
  • Related terms: area, commerce admin

area

noun

Area is an abstract term for a Magento application scope.
Areas are logical components that organize code for optimized request processing.
Areas reduce the memory demands of configuration objects accessed from the storefront, and they streamline web service calls by loading only the required dependent code.
Each area can contain completely different code to process URLs and requests.

Adobe Commerce areas include:

  • Admin (adminhtml)
  • Storefront
  • Web API REST (webapi_rest)

Term attributes:

  • Field: commerce software
  • Related terms: commerce component, storefront

attribute

noun

A characteristic or property of a product that describes some aspect of the product.
Adobe Commerce users can create custom attributes to add to the default attribute set or a custom attribute set.
Create these attributes through the Admin or programmatically.
Examples: color, size, weight, price, age, gender, and so on.

Custom attributes are a type of Entity-Attribute-Value (EAV) attribute.

For integrations like Google Shopping ads Channel and Amazon Sales Channel, you map Commerce attributes to attributes in the third-party to properly display and sell products, display ads.

Learn more: EAV and extension extension_attributes

Term attributes:

  • Field: commerce software, product
  • Synonyms: product attribute, custom attribute
  • Related terms: extension attribute