> ## Documentation Index
> Fetch the complete documentation index at: https://dokumentation.websale.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration deep links

> Direct links to individual configuration nodes of the WEBSALE Admin Interface: URL scheme and complete reference of all nodes per area.

Using a configuration deep link, you jump directly to a specific [configuration node](/en/konfiguration) 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.

<Info>
  You reach the Admin Interface in general at `https://www.<your-shop>.de/admin` (see [Admin Interface overview](/en/admin-interface)). The general principle of URL access is additionally described in the [Configuration overview](/en/konfiguration); this page bundles the complete node reference.
</Info>

## Structure of a deep link

A deep link always follows this scheme: \
The fixed configuration base `.../admin/config/` followed by the identifier of the configuration node:

```text theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["/languages/websale.json"]}}
https://<shop-domain>/admin/config/<node-name>
```

**Example** \
The node `payment.payment` is called directly like this:

```text theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["/languages/websale.json"]}}
https://<shop-domain>/admin/config/payment.payment
```

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.

<Warning>
  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**.
</Warning>

## 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](/en/konfiguration/accounts-benutzerkonten).

| Configuration node               | Deep link                                                           |
| -------------------------------- | ------------------------------------------------------------------- |
| `accounts.account`               | `https://<shop-domain>/admin/config/accounts.account`               |
| `accounts.accountRestrictions`   | `https://<shop-domain>/admin/config/accounts.accountRestrictions`   |
| `accounts.addressField`          | `https://<shop-domain>/admin/config/accounts.addressField`          |
| `accounts.addressFieldsSettings` | `https://<shop-domain>/admin/config/accounts.addressFieldsSettings` |
| `accounts.addressPoolSeparation` | `https://<shop-domain>/admin/config/accounts.addressPoolSeparation` |
| `accounts.autoLogin`             | `https://<shop-domain>/admin/config/accounts.autoLogin`             |
| `accounts.bankInfoField`         | `https://<shop-domain>/admin/config/accounts.bankInfoField`         |
| `accounts.creditCardField`       | `https://<shop-domain>/admin/config/accounts.creditCardField`       |
| `accounts.customAddressField`    | `https://<shop-domain>/admin/config/accounts.customAddressField`    |
| `accounts.watchListField`        | `https://<shop-domain>/admin/config/accounts.watchListField`        |

### actions – Error texts & emails

Shop actions: \
Error texts, error codes, and email templates. Order as in the configuration. \
Details: [actions configuration](/en/konfiguration/actions-fehlertexte-e-mails).

| Configuration node                            | Deep link                                                                        |
| --------------------------------------------- | -------------------------------------------------------------------------------- |
| `actions.acceptInvitation`                    | `https://<shop-domain>/admin/config/actions.acceptInvitation`                    |
| `actions.accountActivate`                     | `https://<shop-domain>/admin/config/actions.accountActivate`                     |
| `actions.accountActivateConfirm`              | `https://<shop-domain>/admin/config/actions.accountActivateConfirm`              |
| `actions.accountDelete`                       | `https://<shop-domain>/admin/config/actions.accountDelete`                       |
| `actions.accountDisplayNameUpdate`            | `https://<shop-domain>/admin/config/actions.accountDisplayNameUpdate`            |
| `actions.accountMemberCreate`                 | `https://<shop-domain>/admin/config/actions.accountMemberCreate`                 |
| `actions.accountMemberDelete`                 | `https://<shop-domain>/admin/config/actions.accountMemberDelete`                 |
| `actions.accountMemberPrivilegeGroupCreate`   | `https://<shop-domain>/admin/config/actions.accountMemberPrivilegeGroupCreate`   |
| `actions.accountMemberPrivilegeGroupDelete`   | `https://<shop-domain>/admin/config/actions.accountMemberPrivilegeGroupDelete`   |
| `actions.accountMemberUpdate`                 | `https://<shop-domain>/admin/config/actions.accountMemberUpdate`                 |
| `actions.accountRegister`                     | `https://<shop-domain>/admin/config/actions.accountRegister`                     |
| `actions.addCommentToBasket`                  | `https://<shop-domain>/admin/config/actions.addCommentToBasket`                  |
| `actions.addressCreate`                       | `https://<shop-domain>/admin/config/actions.addressCreate`                       |
| `actions.addressDelete`                       | `https://<shop-domain>/admin/config/actions.addressDelete`                       |
| `actions.addressUpdate`                       | `https://<shop-domain>/admin/config/actions.addressUpdate`                       |
| `actions.askForBasketVerification`            | `https://<shop-domain>/admin/config/actions.askForBasketVerification`            |
| `actions.backInStockActivate`                 | `https://<shop-domain>/admin/config/actions.backInStockActivate`                 |
| `actions.backInStockDeactivate`               | `https://<shop-domain>/admin/config/actions.backInStockDeactivate`               |
| `actions.basketItemAdd`                       | `https://<shop-domain>/admin/config/actions.basketItemAdd`                       |
| `actions.basketItemDelete`                    | `https://<shop-domain>/admin/config/actions.basketItemDelete`                    |
| `actions.basketItemUpdate`                    | `https://<shop-domain>/admin/config/actions.basketItemUpdate`                    |
| `actions.blacklistAdd`                        | `https://<shop-domain>/admin/config/actions.blacklistAdd`                        |
| `actions.checkoutAccountTypeSelect`           | `https://<shop-domain>/admin/config/actions.checkoutAccountTypeSelect`           |
| `actions.checkoutBillAddressSelect`           | `https://<shop-domain>/admin/config/actions.checkoutBillAddressSelect`           |
| `actions.checkoutCommitDraftAddress`          | `https://<shop-domain>/admin/config/actions.checkoutCommitDraftAddress`          |
| `actions.checkoutConfirm`                     | `https://<shop-domain>/admin/config/actions.checkoutConfirm`                     |
| `actions.checkoutPaymentUpdate`               | `https://<shop-domain>/admin/config/actions.checkoutPaymentUpdate`               |
| `actions.checkoutPseudoCCSelect`              | `https://<shop-domain>/admin/config/actions.checkoutPseudoCCSelect`              |
| `actions.checkoutSetCustomerData`             | `https://<shop-domain>/admin/config/actions.checkoutSetCustomerData`             |
| `actions.checkoutSetDraftAddress`             | `https://<shop-domain>/admin/config/actions.checkoutSetDraftAddress`             |
| `actions.checkoutSetFreeFields`               | `https://<shop-domain>/admin/config/actions.checkoutSetFreeFields`               |
| `actions.checkoutSetGuestEmail`               | `https://<shop-domain>/admin/config/actions.checkoutSetGuestEmail`               |
| `actions.checkoutSetVerificationStatus`       | `https://<shop-domain>/admin/config/actions.checkoutSetVerificationStatus`       |
| `actions.checkoutShippingAddressSelect`       | `https://<shop-domain>/admin/config/actions.checkoutShippingAddressSelect`       |
| `actions.checkoutShippingMethodUpdate`        | `https://<shop-domain>/admin/config/actions.checkoutShippingMethodUpdate`        |
| `actions.checkoutStoreIdSelect`               | `https://<shop-domain>/admin/config/actions.checkoutStoreIdSelect`               |
| `actions.checkoutUseDifferentShippingAddress` | `https://<shop-domain>/admin/config/actions.checkoutUseDifferentShippingAddress` |
| `actions.checkPasswortStrength`               | `https://<shop-domain>/admin/config/actions.checkPasswortStrength`               |
| `actions.confirmZipCode`                      | `https://<shop-domain>/admin/config/actions.confirmZipCode`                      |
| `actions.consentChange`                       | `https://<shop-domain>/admin/config/actions.consentChange`                       |
| `actions.creditCardDelete`                    | `https://<shop-domain>/admin/config/actions.creditCardDelete`                    |
| `actions.directOrder`                         | `https://<shop-domain>/admin/config/actions.directOrder`                         |
| `actions.emailUpdate`                         | `https://<shop-domain>/admin/config/actions.emailUpdate`                         |
| `actions.emailVerify`                         | `https://<shop-domain>/admin/config/actions.emailVerify`                         |
| `actions.guestRegister`                       | `https://<shop-domain>/admin/config/actions.guestRegister`                       |
| `actions.inquirySend`                         | `https://<shop-domain>/admin/config/actions.inquirySend`                         |
| `actions.inventoryReserve`                    | `https://<shop-domain>/admin/config/actions.inventoryReserve`                    |
| `actions.loadMembersBasket`                   | `https://<shop-domain>/admin/config/actions.loadMembersBasket`                   |
| `actions.login`                               | `https://<shop-domain>/admin/config/actions.login`                               |
| `actions.newsletterSubscribe`                 | `https://<shop-domain>/admin/config/actions.newsletterSubscribe`                 |
| `actions.newsletterUnsubscribe`               | `https://<shop-domain>/admin/config/actions.newsletterUnsubscribe`               |
| `actions.passwordForgotten`                   | `https://<shop-domain>/admin/config/actions.passwordForgotten`                   |
| `actions.productRatingAdd`                    | `https://<shop-domain>/admin/config/actions.productRatingAdd`                    |
| `actions.productRatingDelete`                 | `https://<shop-domain>/admin/config/actions.productRatingDelete`                 |
| `actions.productRatingUpdate`                 | `https://<shop-domain>/admin/config/actions.productRatingUpdate`                 |
| `actions.refreshBasketSession`                | `https://<shop-domain>/admin/config/actions.refreshBasketSession`                |
| `actions.rejectBasket`                        | `https://<shop-domain>/admin/config/actions.rejectBasket`                        |
| `actions.removeDefaultBillAddress`            | `https://<shop-domain>/admin/config/actions.removeDefaultBillAddress`            |
| `actions.removeDefaultDeliveryAddress`        | `https://<shop-domain>/admin/config/actions.removeDefaultDeliveryAddress`        |
| `actions.resetBasket`                         | `https://<shop-domain>/admin/config/actions.resetBasket`                         |
| `actions.resetPassword`                       | `https://<shop-domain>/admin/config/actions.resetPassword`                       |
| `actions.saveMembersBasket`                   | `https://<shop-domain>/admin/config/actions.saveMembersBasket`                   |
| `actions.selectStore`                         | `https://<shop-domain>/admin/config/actions.selectStore`                         |
| `actions.sessionUnlock`                       | `https://<shop-domain>/admin/config/actions.sessionUnlock`                       |
| `actions.sessionUpdate`                       | `https://<shop-domain>/admin/config/actions.sessionUpdate`                       |
| `actions.setCustomerData`                     | `https://<shop-domain>/admin/config/actions.setCustomerData`                     |
| `actions.setDefaultBillAddress`               | `https://<shop-domain>/admin/config/actions.setDefaultBillAddress`               |
| `actions.setDefaultDeliveryAddress`           | `https://<shop-domain>/admin/config/actions.setDefaultDeliveryAddress`           |
| `actions.setMainAddress`                      | `https://<shop-domain>/admin/config/actions.setMainAddress`                      |
| `actions.subAccountCreate`                    | `https://<shop-domain>/admin/config/actions.subAccountCreate`                    |
| `actions.submitCustomerData`                  | `https://<shop-domain>/admin/config/actions.submitCustomerData`                  |
| `actions.testModeChange`                      | `https://<shop-domain>/admin/config/actions.testModeChange`                      |
| `actions.testModeOff`                         | `https://<shop-domain>/admin/config/actions.testModeOff`                         |
| `actions.testModeOn`                          | `https://<shop-domain>/admin/config/actions.testModeOn`                          |
| `actions.triggerMemberPasswordReset`          | `https://<shop-domain>/admin/config/actions.triggerMemberPasswordReset`          |
| `actions.unlockLogin`                         | `https://<shop-domain>/admin/config/actions.unlockLogin`                         |
| `actions.updateApplePay`                      | `https://<shop-domain>/admin/config/actions.updateApplePay`                      |
| `actions.updateGooglePay`                     | `https://<shop-domain>/admin/config/actions.updateGooglePay`                     |
| `actions.updatePrivileges`                    | `https://<shop-domain>/admin/config/actions.updatePrivileges`                    |
| `actions.verifyBasket`                        | `https://<shop-domain>/admin/config/actions.verifyBasket`                        |
| `actions.voucherAdd`                          | `https://<shop-domain>/admin/config/actions.voucherAdd`                          |
| `actions.voucherDelete`                       | `https://<shop-domain>/admin/config/actions.voucherDelete`                       |
| `actions.watchListAdd`                        | `https://<shop-domain>/admin/config/actions.watchListAdd`                        |
| `actions.watchListDelete`                     | `https://<shop-domain>/admin/config/actions.watchListDelete`                     |
| `actions.watchListItemAdd`                    | `https://<shop-domain>/admin/config/actions.watchListItemAdd`                    |
| `actions.watchListItemDelete`                 | `https://<shop-domain>/admin/config/actions.watchListItemDelete`                 |

### app – WEBSALE APP

WEBSALE APP: \
Activation status, authentication, push notifications, and service accounts. Details: [app configuration](/en/konfiguration/app-websale-app).

| Configuration node         | Deep link                                                     |
| -------------------------- | ------------------------------------------------------------- |
| `app.app`                  | `https://<shop-domain>/admin/config/app.app`                  |
| `app.googleServiceAccount` | `https://<shop-domain>/admin/config/app.googleServiceAccount` |
| `app.instances`            | `https://<shop-domain>/admin/config/app.instances`            |

### authentication – Authentication & access data

Access data for external authentication providers such as Google OAuth 2.0 and Firebase Cloud Messaging. \
Details: [authentication configuration](/en/konfiguration/authentication-authentifizierungs-zugriffsdaten).

| Configuration node              | Deep link                                                          |
| ------------------------------- | ------------------------------------------------------------------ |
| `authentication.googleOAuthKey` | `https://<shop-domain>/admin/config/authentication.googleOAuthKey` |

### b2b – Business-to-business

B2B: \
Customer groups, permissions, and price logic for business customers. \
Details: [b2b configuration](/en/konfiguration/b2b-business-to-business-b2b).

| Configuration node        | Deep link                                                    |
| ------------------------- | ------------------------------------------------------------ |
| `b2b.access`              | `https://<shop-domain>/admin/config/b2b.access`              |
| `b2b.accountVerification` | `https://<shop-domain>/admin/config/b2b.accountVerification` |
| `b2b.subAccounts`         | `https://<shop-domain>/admin/config/b2b.subAccounts`         |
| `b2b.userInvitation`      | `https://<shop-domain>/admin/config/b2b.userInvitation`      |

### basket – Shopping basket

Basket behavior, automatic add-ons (autobasket), basket cookies, and storage duration. \
Details: [basket configuration](/en/konfiguration/basket-warenkorb).

| Configuration node  | Deep link                                              |
| ------------------- | ------------------------------------------------------ |
| `basket.autobasket` | `https://<shop-domain>/admin/config/basket.autobasket` |
| `basket.basket`     | `https://<shop-domain>/admin/config/basket.basket`     |

### checkout – Order process

Order process: \
Shipping and payment methods, vouchers, shipment tracking, and direct ordering. \
Details: [checkout configuration](/en/konfiguration/checkout-bestellablauf).

| Configuration node             | Deep link                                                         |
| ------------------------------ | ----------------------------------------------------------------- |
| `checkout.checkout`            | `https://<shop-domain>/admin/config/checkout.checkout`            |
| `checkout.directOrder`         | `https://<shop-domain>/admin/config/checkout.directOrder`         |
| `checkout.productDependency`   | `https://<shop-domain>/admin/config/checkout.productDependency`   |
| `checkout.shippingMethod`      | `https://<shop-domain>/admin/config/checkout.shippingMethod`      |
| `checkout.shippingMethodGroup` | `https://<shop-domain>/admin/config/checkout.shippingMethodGroup` |
| `checkout.shipTrack`           | `https://<shop-domain>/admin/config/checkout.shipTrack`           |
| `checkout.voucher`             | `https://<shop-domain>/admin/config/checkout.voucher`             |

### content – Catalog (categories & products)

Catalog structures: \
Categories, product fields, variants, product types, and image and media management. \
Details: [content configuration](/en/konfiguration/content-katalog-kategorien-produkte).

| Configuration node              | Deep link                                                          |
| ------------------------------- | ------------------------------------------------------------------ |
| `content.categoryField`         | `https://<shop-domain>/admin/config/content.categoryField`         |
| `content.categoryFieldGroup`    | `https://<shop-domain>/admin/config/content.categoryFieldGroup`    |
| `content.contentFieldDataTypes` | `https://<shop-domain>/admin/config/content.contentFieldDataTypes` |
| `content.customCategoryField`   | `https://<shop-domain>/admin/config/content.customCategoryField`   |
| `content.customProductField`    | `https://<shop-domain>/admin/config/content.customProductField`    |
| `content.imageFormat`           | `https://<shop-domain>/admin/config/content.imageFormat`           |
| `content.inventory`             | `https://<shop-domain>/admin/config/content.inventory`             |
| `content.productAttribute`      | `https://<shop-domain>/admin/config/content.productAttribute`      |
| `content.productField`          | `https://<shop-domain>/admin/config/content.productField`          |
| `content.productFieldGroup`     | `https://<shop-domain>/admin/config/content.productFieldGroup`     |
| `content.productSettings`       | `https://<shop-domain>/admin/config/content.productSettings`       |
| `content.productType`           | `https://<shop-domain>/admin/config/content.productType`           |
| `content.usedFields`            | `https://<shop-domain>/admin/config/content.usedFields`            |
| `content.videoSettings`         | `https://<shop-domain>/admin/config/content.videoSettings`         |

### customer – Customer data

Capture of customer data: \
Address fields, mandatory information, field groups, and validation. \
Details: [customer configuration](/en/konfiguration/customer-kundendaten).

| Configuration node                    | Deep link                                                                |
| ------------------------------------- | ------------------------------------------------------------------------ |
| `customer.customerDataField`          | `https://<shop-domain>/admin/config/customer.customerDataField`          |
| `customer.customerDataFieldsSettings` | `https://<shop-domain>/admin/config/customer.customerDataFieldsSettings` |
| `customer.customerDataGroup`          | `https://<shop-domain>/admin/config/customer.customerDataGroup`          |

### finance – Currencies & taxes

Currencies, price formatting, gross/net logic, tax rates, and surcharges. \
Details: [finance configuration](/en/konfiguration/finance-wahrungen-steuern).

| Configuration node         | Deep link                                                     |
| -------------------------- | ------------------------------------------------------------- |
| `finance.conversionRates`  | `https://<shop-domain>/admin/config/finance.conversionRates`  |
| `finance.currency`         | `https://<shop-domain>/admin/config/finance.currency`         |
| `finance.exchangeRates`    | `https://<shop-domain>/admin/config/finance.exchangeRates`    |
| `finance.shopRent`         | `https://<shop-domain>/admin/config/finance.shopRent`         |
| `finance.shopRentTier`     | `https://<shop-domain>/admin/config/finance.shopRentTier`     |
| `finance.taxes`            | `https://<shop-domain>/admin/config/finance.taxes`            |
| `finance.taxRates`         | `https://<shop-domain>/admin/config/finance.taxRates`         |
| `finance.taxRatesAddition` | `https://<shop-domain>/admin/config/finance.taxRatesAddition` |

### general – General shop settings

General settings: \
Languages, countries, subshops, customer account, security, test mode, and consent. \
Details: [general configuration](/en/konfiguration/general-allgemeine-shopeinstellungen).

| Configuration node                | Deep link                                                            |
| --------------------------------- | -------------------------------------------------------------------- |
| `general.addressListElements`     | `https://<shop-domain>/admin/config/general.addressListElements`     |
| `general.adminAccountSettings`    | `https://<shop-domain>/admin/config/general.adminAccountSettings`    |
| `general.asse`                    | `https://<shop-domain>/admin/config/general.asse`                    |
| `general.asseRateLimit`           | `https://<shop-domain>/admin/config/general.asseRateLimit`           |
| `general.consentCookieGroup`      | `https://<shop-domain>/admin/config/general.consentCookieGroup`      |
| `general.consentCookieService`    | `https://<shop-domain>/admin/config/general.consentCookieService`    |
| `general.country`                 | `https://<shop-domain>/admin/config/general.country`                 |
| `general.customerAccountSettings` | `https://<shop-domain>/admin/config/general.customerAccountSettings` |
| `general.deviceTypes`             | `https://<shop-domain>/admin/config/general.deviceTypes`             |
| `general.garbageCollection`       | `https://<shop-domain>/admin/config/general.garbageCollection`       |
| `general.general`                 | `https://<shop-domain>/admin/config/general.general`                 |
| `general.imageConverter`          | `https://<shop-domain>/admin/config/general.imageConverter`          |
| `general.language`                | `https://<shop-domain>/admin/config/general.language`                |
| `general.numberFormat`            | `https://<shop-domain>/admin/config/general.numberFormat`            |
| `general.order`                   | `https://<shop-domain>/admin/config/general.order`                   |
| `general.orderSortOption`         | `https://<shop-domain>/admin/config/general.orderSortOption`         |
| `general.productRating`           | `https://<shop-domain>/admin/config/general.productRating`           |
| `general.salutation`              | `https://<shop-domain>/admin/config/general.salutation`              |
| `general.sitemap`                 | `https://<shop-domain>/admin/config/general.sitemap`                 |
| `general.subshop`                 | `https://<shop-domain>/admin/config/general.subshop`                 |
| `general.subshopView`             | `https://<shop-domain>/admin/config/general.subshopView`             |
| `general.testMode`                | `https://<shop-domain>/admin/config/general.testMode`                |
| `general.title`                   | `https://<shop-domain>/admin/config/general.title`                   |
| `general.zipCodes`                | `https://<shop-domain>/admin/config/general.zipCodes`                |

### inquiry – Forms

Shop-side forms: \
Contact, cancellation, returns, and catalog order forms. \
Details: [inquiry configuration](/en/konfiguration/inquiry-formulare).

| Configuration node    | Deep link                                                |
| --------------------- | -------------------------------------------------------- |
| `inquiry.fieldPreset` | `https://<shop-domain>/admin/config/inquiry.fieldPreset` |
| `inquiry.form`        | `https://<shop-domain>/admin/config/inquiry.form`        |
| `inquiry.ruleSet`     | `https://<shop-domain>/admin/config/inquiry.ruleSet`     |

### maintenance – Maintenance mode

Maintenance mode: \
Temporarily lock the shop and display a custom maintenance message. \
Details: [maintenance configuration](/en/konfiguration/maintenance-wartungsmodus).

| Configuration node        | Deep link                                                    |
| ------------------------- | ------------------------------------------------------------ |
| `maintenance.maintenance` | `https://<shop-domain>/admin/config/maintenance.maintenance` |

### messages – Event-driven emails

Event-driven, custom emails to responsible parties, suppliers, or manufacturers. Details: [messages configuration](/en/konfiguration/messages-ereignisgesteuerte-e-mails).

| Configuration node | Deep link                                            |
| ------------------ | ---------------------------------------------------- |
| `messages.emails`  | `https://<shop-domain>/admin/config/messages.emails` |

### newsletter – Newsletter

Sign-up and sign-off, double opt-in confirmations, and associated email forms. Details: [newsletter configuration](/en/konfiguration/newsletter-newsletter).

| Configuration node      | Deep link                                                  |
| ----------------------- | ---------------------------------------------------------- |
| `newsletter.field`      | `https://<shop-domain>/admin/config/newsletter.field`      |
| `newsletter.newsletter` | `https://<shop-domain>/admin/config/newsletter.newsletter` |

### payment – Payment methods

Payment configuration: individual payment methods, display rules, and payment providers. \
Details: [payment configuration](/en/konfiguration/payment-zahlungsmethoden).

| Configuration node             | Deep link                                                         |
| ------------------------------ | ----------------------------------------------------------------- |
| `payment.computopHosted`       | `https://<shop-domain>/admin/config/payment.computopHosted`       |
| `payment.payment`              | `https://<shop-domain>/admin/config/payment.payment`              |
| `payment.paymentBlock`         | `https://<shop-domain>/admin/config/payment.paymentBlock`         |
| `payment.payPalCheckout`       | `https://<shop-domain>/admin/config/payment.payPalCheckout`       |
| `payment.stripe`               | `https://<shop-domain>/admin/config/payment.stripe`               |
| `payment.transactionsSettings` | `https://<shop-domain>/admin/config/payment.transactionsSettings` |

### search – Sorting and filtering

Internal product search and listing: \
Filters, sort options, and reusable rules. \
Details: [search configuration](/en/konfiguration/search-sortierung-und-filterung).

| Configuration node               | Deep link                                                           |
| -------------------------------- | ------------------------------------------------------------------- |
| `search.categoryNavigation`      | `https://<shop-domain>/admin/config/search.categoryNavigation`      |
| `search.productFilter`           | `https://<shop-domain>/admin/config/search.productFilter`           |
| `search.productSearchNavigation` | `https://<shop-domain>/admin/config/search.productSearchNavigation` |
| `search.productSortOption`       | `https://<shop-domain>/admin/config/search.productSortOption`       |

### security – Security rules

Security-relevant settings: \
Bot protection, hash and encryption methods, keys. \
Details: [security configuration](/en/konfiguration/security-sicherheitsregeln).

| Configuration node           | Deep link                                                       |
| ---------------------------- | --------------------------------------------------------------- |
| `security.actionGuard`       | `https://<shop-domain>/admin/config/security.actionGuard`       |
| `security.friendlyCaptchaV1` | `https://<shop-domain>/admin/config/security.friendlyCaptchaV1` |
| `security.method`            | `https://<shop-domain>/admin/config/security.method`            |
| `security.recaptchav3`       | `https://<shop-domain>/admin/config/security.recaptchav3`       |

### seoMetaData – Meta data & SEO texts

Structure of meta title and meta description for categories, products, home page, and templates. \
Details: [seoMetaData configuration](/en/konfiguration/seometadata-meta-daten-seo-texte).

| Configuration node            | Deep link                                                        |
| ----------------------------- | ---------------------------------------------------------------- |
| `seoMetaData.categorySchemes` | `https://<shop-domain>/admin/config/seoMetaData.categorySchemes` |
| `seoMetaData.generalSchemes`  | `https://<shop-domain>/admin/config/seoMetaData.generalSchemes`  |
| `seoMetaData.productSchemes`  | `https://<shop-domain>/admin/config/seoMetaData.productSchemes`  |
| `seoMetaData.startPage`       | `https://<shop-domain>/admin/config/seoMetaData.startPage`       |
| `seoMetaData.viewSchemes`     | `https://<shop-domain>/admin/config/seoMetaData.viewSchemes`     |

### shopSystemServices – Shop services

Supplementary shop services (e.g. "bought together").

| Configuration node                  | Deep link                                                              |
| ----------------------------------- | ---------------------------------------------------------------------- |
| `shopSystemServices.boughtTogether` | `https://<shop-domain>/admin/config/shopSystemServices.boughtTogether` |

### statistics – Statistics data

Statistics configuration: \
Tracking providers, conversion events, and data provision. \
Details: [statistics configuration](/en/konfiguration/statistics-statistikdaten).

| Configuration node         | Deep link                                                     |
| -------------------------- | ------------------------------------------------------------- |
| `statistics.dataRetention` | `https://<shop-domain>/admin/config/statistics.dataRetention` |

### storefrontApi – Storefront API

Configuration of the Storefront API for connecting external frontends. \
Details: [storefrontApi configuration](/en/konfiguration/storefrontapi-storefront-api).

| Configuration node                 | Deep link                                                             |
| ---------------------------------- | --------------------------------------------------------------------- |
| `storefrontApi.catalogApiSettings` | `https://<shop-domain>/admin/config/storefrontApi.catalogApiSettings` |
| `storefrontApi.redirects`          | `https://<shop-domain>/admin/config/storefrontApi.redirects`          |

### system – Basic system configuration

Basic, infrastructural configurations of technical system behavior. \
Details: [system configuration](/en/konfiguration/system).

| Configuration node      | Deep link                                                  |
| ----------------------- | ---------------------------------------------------------- |
| `system.trustedProxies` | `https://<shop-domain>/admin/config/system.trustedProxies` |

### urls – URL (web addresses)

URL configuration: \
hreflang alternatives, redirects, and structure of SEO URLs. \
Details: [urls configuration](/en/konfiguration/urls-url-webadressen).

| Configuration node | Deep link                                           |
| ------------------ | --------------------------------------------------- |
| `urls.hreflang`    | `https://<shop-domain>/admin/config/urls.hreflang`  |
| `urls.redirects`   | `https://<shop-domain>/admin/config/urls.redirects` |
| `urls.urls`        | `https://<shop-domain>/admin/config/urls.urls`      |

***
