Skip to main content
Using a configuration deep link, you jump directly to a specific configuration node in the Admin Interface, without having to click through the menu structure first. When you call the URL in the browser, the Admin Interface immediately opens the corresponding configuration node.
You reach the Admin Interface in general at https://www.<your-shop>.de/admin (see Admin Interface overview). The general principle of URL access is additionally described in the Configuration overview; this page bundles the complete node reference.
A deep link always follows this scheme:
The fixed configuration base .../admin/config/ followed by the identifier of the configuration node:
Example
The node payment.payment is called directly like this:
Replace <shop-domain> with the domain of your shop or subshop. The node name is appended unchanged. In the tables below, the ready-to-use deep link is already given using this scheme.
Direct access via URL is currently a temporary workaround as long as many configurations are still provided via “configuration by code” and do not have their own clickable interface in the Admin Interface. As soon as the respective configurations are regularly available via the user interface, WEBSALE reserves the right to deactivate this access logic at any time.

Overview of configuration nodes

The following reference lists all configuration nodes, grouped by area, together with the ready-to-use deep link. Use the area links to go to the detailed documentation of the respective configuration area.

accounts – User accounts

User accounts:
Registration, login, password rules, auto login as well as address and payment data.
Details: accounts configuration.

actions – Error texts & emails

Shop actions:
Error texts, error codes, and email templates. Order as in the configuration.
Details: actions configuration.

app – WEBSALE APP

WEBSALE APP:
Activation status, authentication, push notifications, and service accounts. Details: app configuration.

authentication – Authentication & access data

Access data for external authentication providers such as Google OAuth 2.0 and Firebase Cloud Messaging.
Details: authentication configuration.

b2b – Business-to-business

B2B:
Customer groups, permissions, and price logic for business customers.
Details: b2b configuration.

basket – Shopping basket

Basket behavior, automatic add-ons (autobasket), basket cookies, and storage duration.
Details: basket configuration.

checkout – Order process

Order process:
Shipping and payment methods, vouchers, shipment tracking, and direct ordering.
Details: checkout configuration.

content – Catalog (categories & products)

Catalog structures:
Categories, product fields, variants, product types, and image and media management.
Details: content configuration.

customer – Customer data

Capture of customer data:
Address fields, mandatory information, field groups, and validation.
Details: customer configuration.

finance – Currencies & taxes

Currencies, price formatting, gross/net logic, tax rates, and surcharges.
Details: finance configuration.

general – General shop settings

General settings:
Languages, countries, subshops, customer account, security, test mode, and consent.
Details: general configuration.

inquiry – Forms

Shop-side forms:
Contact, cancellation, returns, and catalog order forms.
Details: inquiry configuration.

maintenance – Maintenance mode

Maintenance mode:
Temporarily lock the shop and display a custom maintenance message.
Details: maintenance configuration.

messages – Event-driven emails

Event-driven, custom emails to responsible parties, suppliers, or manufacturers. Details: messages configuration.

newsletter – Newsletter

Sign-up and sign-off, double opt-in confirmations, and associated email forms. Details: newsletter configuration.

payment – Payment methods

Payment configuration: individual payment methods, display rules, and payment providers.
Details: payment configuration.

search – Sorting and filtering

Internal product search and listing:
Filters, sort options, and reusable rules.
Details: search configuration.

security – Security rules

Security-relevant settings:
Bot protection, hash and encryption methods, keys.
Details: security configuration.

seoMetaData – Meta data & SEO texts

Structure of meta title and meta description for categories, products, home page, and templates.
Details: seoMetaData configuration.

shopSystemServices – Shop services

Supplementary shop services (e.g. “bought together”).

statistics – Statistics data

Statistics configuration:
Tracking providers, conversion events, and data provision.
Details: statistics configuration.

storefrontApi – Storefront API

Configuration of the Storefront API for connecting external frontends.
Details: storefrontApi configuration.

system – Basic system configuration

Basic, infrastructural configurations of technical system behavior.
Details: system configuration.

urls – URL (web addresses)

URL configuration:
hreflang alternatives, redirects, and structure of SEO URLs.
Details: urls configuration.