diff --git a/src/pages/coding-standards/js.md b/src/pages/coding-standards/js.md index 950c8321b..e629a23c1 100644 --- a/src/pages/coding-standards/js.md +++ b/src/pages/coding-standards/js.md @@ -361,4 +361,33 @@ var foo = 'bar', There is a set of custom Eslint rules to ensure code compatibility with the latest versions of third-party libraries. -These custom rules are included using the `rulePaths` setting in the [Eslint Grunt configuration](https://github.com/magento/magento2/blob/2.4/dev/tools/grunt/configs/eslint.json). +In previous versions of ESLint, these custom rules were included using the `rulePaths` setting in the [ESLint Grunt configuration](https://github.com/magento/magento2/blob/2.4/dev/tools/grunt/configs/eslint.json). + +However, since ESLint 9 has deprecated `rulePaths`, you must update the configuration accordingly. + +The following example shows the necessary changes to implement custom Eslint rules in the `dev/tools/grunt/configs/eslint.json` file. + +```json +{ + "file": { + "options": { + "overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/eslint.config.mjs", + "useEslintrc": false + } + }, + "test": { + "options": { + "overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/eslint.config.mjs", + "outputFile": "dev/tests/static/eslint-error-report.xml", + "format": "junit", + "quiet": true + } + } +} +``` + +### Applying custom rules + +To add or modify custom rules, update the `eslint.config.mjs` file in the `magento-coding-standard` repository. +In the latest version of ESLint, the configuration has transitioned from using the legacy `.eslintrc` settings to the new flat configuration. +Refer to the [migration guide](https://eslint.org/docs/latest/use/configure/migration-guide) in the ESlint documentation for detailed instructions on migrating to the new format. diff --git a/src/pages/contributors.json b/src/pages/contributors.json index 3bbe404b2..93008c180 100644 --- a/src/pages/contributors.json +++ b/src/pages/contributors.json @@ -1 +1 @@ -{"total":323,"offset":0,"limit":323,"data":[{"page":"/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/57922?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/basics/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/basics/diagrams","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/basics/security","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/architecture/coding-standards","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/framework","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/layers/persistence","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/5165589?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/modules/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/architecture/modules/areas","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/architecture/modules/overview","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/modules/relationships","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/technical-vision/web-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/85212799?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/best-practices/admin/faq","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/admin/placement-and-design","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/extensions/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/101195?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/add-code-inspections","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/code-generation","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/code-inspection","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/features","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/install","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/issue-reporting","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/run-configuration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/upgrade-compatibility-tool","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/security/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/storefront/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/coding-standards/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/2028541?v=4"],"lastUpdated":"9/8/2023"},{"page":"/coding-standards/docblock","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/coding-standards/html-style-guide","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/coding-standards/less","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/coding-standards/php","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/coding-standards/technical-guidelines","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/11199531?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/advanced-reporting/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/advanced-reporting/data-collection","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/advanced-reporting/report-xml","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/backward-incompatible-changes/","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/2028541?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"3/9/2026"},{"page":"/development/backward-incompatible-changes/magento-reference","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"3/10/2026"},{"page":"/development/backward-incompatible-changes/reference","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"3/11/2026"},{"page":"/development/build/component-file-structure","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/5817319?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/1495258?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/component-load-order","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/40261741?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/component-registration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/build/composer-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/79521761?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/240373?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/dependency-injection-file","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/3761304?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/development-environment","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/5556060?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/required-configuration-files","avatars":["https://avatars.githubusercontent.com/u/66505755?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"5/11/2024"},{"page":"/development/build/schema-validation","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/cache/page/private-content","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/66505755?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/cache/page/public-content","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/cache/partial/cache-type","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"2/2/2026"},{"page":"/development/cache/partial/database-caching","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/34573954?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/cli-commands/custom","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/2659558?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/common-terms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"8/20/2024"},{"page":"/development/components/add-attributes","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/api-concepts","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/11314452?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/app-server","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/29411014?v=4","https://avatars.githubusercontent.com/u/1677746?v=4"],"lastUpdated":"4/29/2025"},{"page":"/development/components/attributes","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/catalog-rules","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/clear-directories","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/declarative-schema/configuration","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/47563391?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/107851663?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"2/2/2026"},{"page":"/development/components/declarative-schema/migration-scripts","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/events-and-observers/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/49103713?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/events-and-observers/event-list","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/indexing/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/22196227?v=4","https://avatars.githubusercontent.com/u/122025487?v=4"],"lastUpdated":"7/11/2025"},{"page":"/development/components/indexing/custom-indexer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/components/indexing/optimization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/components/message-queues/","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/45772453?v=4"],"lastUpdated":"2/2/2026"},{"page":"/development/components/message-queues/async-configuration","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/203625718?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"2/2/2026"},{"page":"/development/components/message-queues/async-topics","avatars":["https://avatars.githubusercontent.com/u/1785958?v=4","https://avatars.githubusercontent.com/u/3015908?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"8/16/2024"},{"page":"/development/components/message-queues/bulk-operations","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/44894926?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/message-queues/configuration","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/203625718?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"2/5/2026"},{"page":"/development/components/message-queues/stores","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/object-manager/helper","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/routing","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/service-contracts/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/service-contracts/design-patterns","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/59474504?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/view-models","avatars":["https://avatars.githubusercontent.com/u/1639941?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/3596213?v=4"],"lastUpdated":"7/30/2025"},{"page":"/development/components/web-api/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/web-api/custom-routes","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/web-api/inventory-management","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/web-api/resource-accessibility","avatars":["https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"7/30/2025"},{"page":"/development/components/web-api/services","avatars":["https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/40261741?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"10/6/2025"},{"page":"/development/configuration/sensitive-environment-settings","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/framework/array-manager","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/framework/inventory-management/reservations","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/framework/serialize-library","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/package/component","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/admin-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/facade-configuration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/formblocktype","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/get-payment-info","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/module-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/payment-action","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/payment-option-config","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/cardinal","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/payment-gateway/command-pool","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/error-code-mapper","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/gateway-client","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/gateway-command","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/payment-gateway-structure","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/payment-gateway/request-builder","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/response-handler","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/response-validator","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/vault/admin-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/customer-stored-payments","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/enabler","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/module-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/vault/payment-token","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/token-ui-component-provider","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/vault-di","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/vault-payment-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/prepare/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/prepare/component-file-structure","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/prepare/component-types","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/prepare/extension-lifecycle","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/22605432?v=4","https://avatars.githubusercontent.com/u/2659558?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/roadmap","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/security/content-security-policies","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/114934061?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/40776763?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/security/cross-site-scripting","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/16030334?v=4","https://avatars.githubusercontent.com/u/40261741?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/84925808?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/security/data-encryption","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"2/12/2025"},{"page":"/development/security/denial-of-service-attacks","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/security/mass-assignment","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/security/subresource-integrity","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/40776763?v=4","https://avatars.githubusercontent.com/u/6391769?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/staging","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/29/2025"},{"page":"/development/validate/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/validate/test-component","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/versioning/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/versioning/check-version","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/versioning/code-changes","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/versioning/tests","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2023"},{"page":"/module-reference/module-admin-adobe-ims","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-admin-adobe-ims-two-factor-auth","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-admin-notification","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-ims","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-ims-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-admin-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-asset","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-asset-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-client","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-client-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-image","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-image-admin-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-image-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-advanced-pricing-import-export","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-advanced-search","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-amqp","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-analytics","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-application-performance-monitor-new-relic","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-application-server-performance-monitor","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-asynchronous-operations","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-authorization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-b2b","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-backend","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-backup","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-banner-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-bundle-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-bundle-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-bundle-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-import-export-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-inventory-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-rule-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-url-rewrite","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-checkout","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-checkout-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-cms","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-cms-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company-credit","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/98363870?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company-payment","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company-relation","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/7/2025"},{"page":"/module-reference/module-company-relation-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/7/2025"},{"page":"/module-reference/module-company-shipping","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-configurable-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-configurable-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-configurable-product-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-configurable-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-csp","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-customer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-customer-downloadable-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-customer-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-customer-import-export","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-deploy","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-developer","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-downloadable-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-email","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-encryption-key","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-fedex","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-card-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-card-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-gift-message","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-message-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-message-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-gift-wrapping-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-google-adwords","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-analytics","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-gtag","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-optimizer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-optimizer-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-graph-ql-cache","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-graph-ql-resolver-cache","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-catalog-inventory","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-import-export","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-product-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-product-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-grouped-requisition-list","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-grouped-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-import-csv-api","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-import-export","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-import-json-api","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-indexer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-instant-purchase","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/98363870?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/28/2025"},{"page":"/module-reference/module-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-integration-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-layered-navigation","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-layered-navigation-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-login-as-customer-admin-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-login-as-customer-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-login-as-customer-log","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-marketplace","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-catalog-staging","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-cms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization-cms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-catalog-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-catalog-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-cms-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-metadata","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-metadata-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-renditions","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-synchronization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-synchronization-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-synchronization-metadata","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-storage","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp-configurable-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp-grouped-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-multishipping","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-negotiable-quote-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-negotiable-quote-template-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-new-relic-reporting","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-newsletter","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-newsletter-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-offline-payments","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-offline-shipping","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-payment-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-paypal-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-paypal-purchase-order","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-persistent","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-product-alert","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-product-video","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-product-video-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-purchase-order","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-purchase-order-rule","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quick-order","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-quote","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-bundle-options","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-configurable-options","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-downloadable-links","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-re-captcha-user","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-related-product-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-release-notification","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-require-js","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-requisition-list","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-review-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-reward-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-rma-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sales","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sales-rule-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-sales-rule-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sales-sequence","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sample-data","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-search-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-securitytxt","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/30629803?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-tax","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-two-factor-auth","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-ui","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-webapi-async","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-weee","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-weee-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-weee-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-widget","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-wishlist","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-wishlist-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/admin/create-admin-page","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/tutorials/admin/create-dynamic-row-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/27890746?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/admin/custom-admin-design","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/admin/custom-product-creation-form/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/admin/custom-product-creation-form/modifier-class","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/admin/custom-text-field-attribute","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/tutorials/backend/convert-serialized-data","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/20811099?v=4"],"lastUpdated":"11/22/2024"},{"page":"/tutorials/backend/create-access-control-list-rule","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/backend/create-api-integration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"1/15/2025"},{"page":"/tutorials/backend/create-custom-import-entity","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2023"},{"page":"/tutorials/backend/modify-image-library-permissions","avatars":["https://avatars.githubusercontent.com/u/13609670?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"12/6/2023"},{"page":"/tutorials/frontend/create-custom-widget","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/7665884?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/frontend/custom-checkout/add-carrier-validation","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/frontend/custom-checkout/add-form","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/frontend/custom-checkout/add-input-mask","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/frontend/custom-checkout/add-new-step","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/frontend/custom-checkout/add-payment-field","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/30629803?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/frontend/custom-checkout/add-shipping-carrier","avatars":["https://avatars.githubusercontent.com/u/22196227?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/2659558?v=4"],"lastUpdated":"5/13/2024"},{"page":"/tutorials/frontend/custom-checkout/customize-view","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"}],":type":"sheet"} \ No newline at end of file +{"total":326,"offset":0,"limit":326,"data":[{"page":"/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/57922?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/basics/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/basics/diagrams","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/basics/security","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/architecture/coding-standards","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/framework","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/layers/persistence","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/5165589?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/modules/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/architecture/modules/areas","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/architecture/modules/overview","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/architecture/modules/relationships","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/architecture/technical-vision/web-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/85212799?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/best-practices/admin/faq","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/admin/placement-and-design","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/extensions/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/101195?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/add-code-inspections","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/code-generation","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/code-inspection","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/features","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/install","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/issue-reporting","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/best-practices/phpstorm/run-configuration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/phpstorm/upgrade-compatibility-tool","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/security/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/best-practices/storefront/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/coding-standards/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/2028541?v=4"],"lastUpdated":"9/8/2023"},{"page":"/coding-standards/docblock","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/coding-standards/html-style-guide","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/coding-standards/js","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/142400878?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"5/7/2025"},{"page":"/coding-standards/less","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/coding-standards/php","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/coding-standards/technical-guidelines","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/11199531?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/advanced-reporting/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/advanced-reporting/data-collection","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/advanced-reporting/report-xml","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/backward-incompatible-changes/","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/2028541?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"3/9/2026"},{"page":"/development/backward-incompatible-changes/magento-reference","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"3/10/2026"},{"page":"/development/backward-incompatible-changes/reference","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"3/11/2026"},{"page":"/development/build/component-file-structure","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/5817319?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/1495258?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/component-load-order","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/40261741?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/component-registration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/build/composer-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/79521761?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/240373?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/dependency-injection-file","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/3761304?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/development-environment","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/5556060?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/build/required-configuration-files","avatars":["https://avatars.githubusercontent.com/u/66505755?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"5/11/2024"},{"page":"/development/build/schema-validation","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/cache/page/private-content","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/66505755?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/cache/page/public-content","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/cache/partial/cache-type","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"2/2/2026"},{"page":"/development/cache/partial/database-caching","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/34573954?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/cli-commands/custom","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/218920976?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/2659558?v=4"],"lastUpdated":"4/3/2026"},{"page":"/development/common-terms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"8/20/2024"},{"page":"/development/components/add-attributes","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/api-concepts","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/11314452?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/app-server","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/29411014?v=4","https://avatars.githubusercontent.com/u/1677746?v=4"],"lastUpdated":"4/29/2025"},{"page":"/development/components/attributes","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/catalog-rules","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/clear-directories","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/declarative-schema/configuration","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/47563391?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/107851663?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"2/2/2026"},{"page":"/development/components/declarative-schema/migration-scripts","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/events-and-observers/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/49103713?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/components/events-and-observers/event-list","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/indexing/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/22196227?v=4","https://avatars.githubusercontent.com/u/122025487?v=4"],"lastUpdated":"7/11/2025"},{"page":"/development/components/indexing/custom-indexer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/components/indexing/optimization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/components/message-queues/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/45772453?v=4"],"lastUpdated":"4/3/2026"},{"page":"/development/components/message-queues/async-configuration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/14320591?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/203625718?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"4/3/2026"},{"page":"/development/components/message-queues/async-topics","avatars":["https://avatars.githubusercontent.com/u/1785958?v=4","https://avatars.githubusercontent.com/u/3015908?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"8/16/2024"},{"page":"/development/components/message-queues/bulk-operations","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/44894926?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/message-queues/bulk-operations-example","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/203625718?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/3271931?v=4","https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"4/3/2026"},{"page":"/development/components/message-queues/configuration","avatars":["https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/203625718?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"2/5/2026"},{"page":"/development/components/message-queues/migration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/203625718?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/3/2026"},{"page":"/development/components/message-queues/stores","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/object-manager/helper","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/routing","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/service-contracts/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/service-contracts/design-patterns","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/59474504?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/view-models","avatars":["https://avatars.githubusercontent.com/u/1639941?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/3596213?v=4"],"lastUpdated":"7/30/2025"},{"page":"/development/components/web-api/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/web-api/custom-routes","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/components/web-api/inventory-management","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/components/web-api/resource-accessibility","avatars":["https://avatars.githubusercontent.com/u/11652541?v=4"],"lastUpdated":"7/30/2025"},{"page":"/development/components/web-api/services","avatars":["https://avatars.githubusercontent.com/u/11652541?v=4","https://avatars.githubusercontent.com/u/40261741?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"10/6/2025"},{"page":"/development/configuration/sensitive-environment-settings","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/framework/array-manager","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/framework/inventory-management/reservations","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/framework/serialize-library","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/package/component","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/admin-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/facade-configuration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/formblocktype","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/get-payment-info","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/base-integration/module-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/payment-action","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/base-integration/payment-option-config","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/cardinal","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/payment-gateway/command-pool","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/error-code-mapper","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/gateway-client","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/gateway-command","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/payment-gateway-structure","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/payment-gateway/request-builder","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/response-handler","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/payment-gateway/response-validator","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/vault/admin-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/customer-stored-payments","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/enabler","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/module-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/payments-integrations/vault/payment-token","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/token-ui-component-provider","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/vault-di","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/payments-integrations/vault/vault-payment-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/prepare/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/prepare/component-file-structure","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/prepare/component-types","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/prepare/extension-lifecycle","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/22605432?v=4","https://avatars.githubusercontent.com/u/2659558?v=4"],"lastUpdated":"11/22/2024"},{"page":"/development/roadmap","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/security/content-security-policies","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/114934061?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/6391769?v=4","https://avatars.githubusercontent.com/u/40776763?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/security/cross-site-scripting","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/16030334?v=4","https://avatars.githubusercontent.com/u/40261741?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/84925808?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/security/data-encryption","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"2/12/2025"},{"page":"/development/security/denial-of-service-attacks","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/security/mass-assignment","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/security/subresource-integrity","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/40776763?v=4","https://avatars.githubusercontent.com/u/6391769?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/staging","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/29/2025"},{"page":"/development/validate/","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/validate/test-component","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/versioning/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/development/versioning/check-version","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/development/versioning/code-changes","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/development/versioning/tests","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2023"},{"page":"/module-reference/module-admin-adobe-ims","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-admin-adobe-ims-two-factor-auth","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-admin-notification","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-ims","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-ims-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-admin-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-asset","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-asset-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-client","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-client-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-image","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-image-admin-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-adobe-stock-image-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-advanced-pricing-import-export","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-advanced-search","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-amqp","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-analytics","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-application-performance-monitor-new-relic","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-application-server-performance-monitor","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-asynchronous-operations","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-authorization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-b2b","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-backend","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-backup","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-banner-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-bundle-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-bundle-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-bundle-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-import-export-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-inventory-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-rule-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-catalog-url-rewrite","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-checkout","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-checkout-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-cms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/179009642?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/3/2026"},{"page":"/module-reference/module-cms-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company-credit","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/98363870?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company-payment","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-company-relation","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/7/2025"},{"page":"/module-reference/module-company-relation-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/7/2025"},{"page":"/module-reference/module-company-shipping","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-configurable-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-configurable-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-configurable-product-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-configurable-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-csp","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-customer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-customer-downloadable-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-customer-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-customer-import-export","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-deploy","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-developer","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-downloadable-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-email","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-encryption-key","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-fedex","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-card-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-card-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-gift-message","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-message-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-gift-message-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-gift-wrapping-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-google-adwords","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-analytics","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-gtag","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-optimizer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-google-optimizer-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-graph-ql-cache","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-graph-ql-resolver-cache","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-catalog-inventory","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-import-export","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-product-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-grouped-product-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-grouped-requisition-list","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-grouped-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-import-csv-api","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-import-export","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-import-json-api","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-indexer","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-instant-purchase","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/98363870?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/28/2025"},{"page":"/module-reference/module-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/98363870?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-integration-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-layered-navigation","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-layered-navigation-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-login-as-customer-admin-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-login-as-customer-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-login-as-customer-log","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-marketplace","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-catalog-staging","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-cms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-content-synchronization-cms","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-catalog","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-catalog-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-catalog-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-cms-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-integration","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-metadata","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-metadata-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-renditions","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-synchronization","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-synchronization-api","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-synchronization-metadata","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-gallery-ui","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-media-storage","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/48683871?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp-configurable-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp-grouped-product","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-msrp-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-multishipping","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-negotiable-quote-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-negotiable-quote-template-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-new-relic-reporting","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-newsletter","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-newsletter-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-offline-payments","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-offline-shipping","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-payment-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-paypal-negotiable-quote","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-paypal-purchase-order","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-persistent","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-product-alert","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-product-video","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-product-video-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-purchase-order","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-purchase-order-rule","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quick-order","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-quote","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-bundle-options","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-configurable-options","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-downloadable-links","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-quote-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-re-captcha-user","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-related-product-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-release-notification","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-require-js","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-requisition-list","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-review-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-reward-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-rma-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sales","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sales-rule-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-sales-rule-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sales-sequence","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-sample-data","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-search-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-securitytxt","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-shared-catalog","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/30629803?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-tax","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-two-factor-auth","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-ui","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-webapi-async","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-weee","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-weee-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-weee-staging","avatars":["https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/4/2025"},{"page":"/module-reference/module-widget","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-wishlist","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/module-reference/module-wishlist-graph-ql","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/48562208?v=4","https://avatars.githubusercontent.com/u/48683871?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/admin/create-admin-page","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2024"},{"page":"/tutorials/admin/create-dynamic-row-configuration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/27890746?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/admin/custom-admin-design","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/admin/custom-product-creation-form/","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/admin/custom-product-creation-form/modifier-class","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/admin/custom-text-field-attribute","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"10/30/2024"},{"page":"/tutorials/backend/convert-serialized-data","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/20811099?v=4"],"lastUpdated":"11/22/2024"},{"page":"/tutorials/backend/create-access-control-list-rule","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/backend/create-api-integration","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"1/15/2025"},{"page":"/tutorials/backend/create-custom-import-entity","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"11/22/2023"},{"page":"/tutorials/backend/modify-image-library-permissions","avatars":["https://avatars.githubusercontent.com/u/13609670?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"12/6/2023"},{"page":"/tutorials/frontend/create-custom-widget","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/7665884?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/frontend/custom-checkout/add-carrier-validation","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/frontend/custom-checkout/add-form","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/frontend/custom-checkout/add-input-mask","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"},{"page":"/tutorials/frontend/custom-checkout/add-new-step","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/frontend/custom-checkout/add-payment-field","avatars":["https://avatars.githubusercontent.com/u/12731225?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/30629803?v=4"],"lastUpdated":"4/24/2025"},{"page":"/tutorials/frontend/custom-checkout/add-shipping-carrier","avatars":["https://avatars.githubusercontent.com/u/22196227?v=4","https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/2659558?v=4"],"lastUpdated":"5/13/2024"},{"page":"/tutorials/frontend/custom-checkout/customize-view","avatars":["https://avatars.githubusercontent.com/u/13662379?v=4","https://avatars.githubusercontent.com/u/12731225?v=4"],"lastUpdated":"9/8/2023"}],":type":"sheet"} \ No newline at end of file diff --git a/src/pages/development/cli-commands/custom.md b/src/pages/development/cli-commands/custom.md index 603e324d1..9bf1a5692 100644 --- a/src/pages/development/cli-commands/custom.md +++ b/src/pages/development/cli-commands/custom.md @@ -85,9 +85,9 @@ Following is a summary of the process: ```php getOption(self::NAME)) { $output->writeln('Provided name is `' . $name . '`'); } @@ -144,7 +144,7 @@ Following is a summary of the process: )); $exitCode = 1; } - + return $exitCode; } } @@ -152,13 +152,13 @@ Following is a summary of the process: Style the output text by using ``, ``, or `` tags. See [Symfony](https://symfony.com/doc/current/console/style.html#output-coloring) documentation for more information about styling. -1. Declare your Command class in `Magento\Framework\Console\CommandListInterface` and configure the command name using dependency injection (`/etc/di.xml`): +1. Declare your Command class in `Magento\Framework\Console\CommandList` and configure the command name using dependency injection (`/etc/di.xml`): ```xml ... - + Magento\CommandExample\Console\Command\SomeCommand diff --git a/src/pages/development/components/message-queues/async-configuration.md b/src/pages/development/components/message-queues/async-configuration.md index 37d22089a..cc4001de3 100644 --- a/src/pages/development/components/message-queues/async-configuration.md +++ b/src/pages/development/components/message-queues/async-configuration.md @@ -64,6 +64,8 @@ The message queue topology configuration links all auto-generated topic names wi ``` +The connection type is automatically determined from your `env.php` configuration. + The message queue connection is defined dynamically based on the deployment configuration in `env.php`. If AMQP or STOMP is configured for the queue, that connection is used. Otherwise, the database connection is used. Because the connection is resolved dynamically, explicit declarations are unnecessary in the [message queue configuration files](configuration.md): `queue_consumer.xml`, `queue_publisher.xml`, `queue_topology.xml`. diff --git a/src/pages/development/components/message-queues/bulk-operations-example.md b/src/pages/development/components/message-queues/bulk-operations-example.md index 1cfcd1022..13c0737b1 100644 --- a/src/pages/development/components/message-queues/bulk-operations-example.md +++ b/src/pages/development/components/message-queues/bulk-operations-example.md @@ -329,7 +329,7 @@ The `queue_consumer.xml` file defines the relationship between a queue and its c ``` -The connection type (AMQP or STOMP) is determined automatically from the `env.php` configuration. +The connection type (AMQP or STOMP) is determined automatically from your `env.php` configuration. ### queue_publisher.xml @@ -346,6 +346,8 @@ The `queue_publisher.xml` file defines the exchange where a topic is published. Alternatively, you can explicitly specify the connection and exchange: +**For RabbitMQ (AMQP):** + ```xml @@ -378,6 +380,8 @@ The `queue_topology.xml` file defines message routing rules and declares queues ``` +The connection type is automatically determined from your `env.php` configuration. + -Message queue connections are resolved dynamically from `env.php`. When AMQP or STOMP is configured, the corresponding connection is applied; otherwise, the database connection is used. You can omit connection declarations from `queue_consumer.xml`, `queue_publisher.xml`, and `queue_topology.xml` when using AMQP or STOMP. ActiveMQ Artemis (STOMP) was introduced in Adobe Commerce 2.4.5 and uses ANYCAST addressing mode for point-to-point message delivery and load balancing across multiple consumers. See [Message queue configuration files](configuration.md). +Message queue connections are resolved dynamically from `env.php`. When AMQP or STOMP is configured, the corresponding connection is applied; otherwise, the database connection is used. You can omit connection declarations from `queue_consumer.xml`, `queue_publisher.xml`, and `queue_topology.xml` when using AMQP or STOMP. ActiveMQ Artemis (STOMP) support was introduced in Adobe Commerce 2.4.5. For STOMP connections, use ANYCAST addressing mode for point-to-point message delivery and load balancing across multiple consumers. See [Message queue configuration files](configuration.md). diff --git a/src/pages/development/components/message-queues/index.md b/src/pages/development/components/message-queues/index.md index 031baf603..5f7b11c7c 100644 --- a/src/pages/development/components/message-queues/index.md +++ b/src/pages/development/components/message-queues/index.md @@ -12,7 +12,7 @@ Message queues provide an asynchronous communications mechanism in which the sen ## Message Queue Framework overview -The Adobe Commerce Message Queue Framework (MQF) is a fully-functional system that allows a module to publish messages to queues and create consumers to receive them asynchronously. +The Adobe Commerce and Magento Open Source Message Queue Framework (MQF) is a fully-functional system that allows a module to publish messages to queues and create consumers to receive them asynchronously. The MQF supports the following messaging brokers: @@ -112,3 +112,40 @@ The following example shows how to switch a topic to an external broker. Replace ``` For example, to switch the `product_action_attribute.update` topic to RabbitMQ, use `amqp-magento` as the publisher and `amqp` as the connection name. + +### Example: switch a topic to ActiveMQ Artemis (STOMP) + +The following configuration shows how to configure a topic to use STOMP instead of MySQL: + +```php +'queue' => [ + 'topics' => [ + 'inventory.update' => [ + 'publisher' => 'stomp-magento' + ] + ], + 'config' => [ + 'publishers' => [ + 'inventory.update' => [ + 'connections' => [ + 'stomp' => [ + 'name' => 'stomp', + 'exchange' => 'magento', + 'disabled' => false + ], + 'db' => [ + 'name' => 'db', + 'exchange' => 'magento', + 'disabled' => true + ] + ] + ] + ] + ], + 'consumers' => [ + 'inventory.update' => [ + 'connection' => 'stomp', + ], + ] +], +``` diff --git a/src/pages/development/components/message-queues/migration.md b/src/pages/development/components/message-queues/migration.md index 9a9a1c2e3..a0531818b 100644 --- a/src/pages/development/components/message-queues/migration.md +++ b/src/pages/development/components/message-queues/migration.md @@ -263,7 +263,7 @@ The Adobe Commerce and Magento Open Source 2.1 `communication.xml` file has not To upgrade from Adobe Commerce or Magento Open Source 2.0, you must create the following files in the `/etc` directory for each module that will use the message queue framework. -- `queue_consumer.xml` - Defines the relationship between an existing queue and its consumer. +- `queue_consumer.xml`—Defines the relationship between an existing queue and its consumer. - `queue_topology.xml`—Defines the message routing rules. - `queue_publisher.xml`—Defines the relationship between a topic and its publisher. diff --git a/src/pages/module-reference/module-cms.md b/src/pages/module-reference/module-cms.md index 379dc75b8..c72c83a95 100644 --- a/src/pages/module-reference/module-cms.md +++ b/src/pages/module-reference/module-cms.md @@ -9,7 +9,7 @@ The CMS module provides the create, edit, and manage functionality on pages for ## Wysiwyg -The Wysiwyg UI component is a customizable and configurable TinyMCE editor. +The Wysiwyg UI component is a customizable and configurable HugeRTE editor. The default implementation has the following customizations: