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/backward-incompatible-changes/index.md b/src/pages/development/backward-incompatible-changes/index.md index a99da28bf..0fed59ad4 100644 --- a/src/pages/development/backward-incompatible-changes/index.md +++ b/src/pages/development/backward-incompatible-changes/index.md @@ -9,9 +9,9 @@ keywords: This page highlights backward-incompatible changes between Adobe Commerce and Magento Open Source releases that have a major impact and require detailed explanation and special instructions to ensure third-party modules continue working. High-level reference information for all backward-incompatible changes in each release is documented in the [reference](reference.md) section. -## 2.4.9-beta1 +## 2.4.9 -The following major backward-incompatible changes were introduced in the 2.4.9-beta1 Adobe Commerce and Magento Open Source releases: +The following major backward-incompatible changes were introduced in the 2.4.9 Adobe Commerce and Magento Open Source releases: * GraphQL alias limit validation * GraphQL query length validation @@ -21,6 +21,21 @@ The following major backward-incompatible changes were introduced in the 2.4.9-b * Valkey 8.x CLI command * Zend_Cache replaced with symfony/cache +### Admin Password Length Validation + +A new Admin configuration setting enables validation of minimum password length for admin users. Administrators can now set this requirement via **Stores > Configuration > Advanced > Admin > Security**. The validation is enforced during admin user create or update operations and configuration saves, with real-time frontend feedback for improved user experience. + +**Impact:** + +* Only custom or non-standard admin user creation flows are impacted if they do not comply with the new minimum password length requirement +* No impact is expected on normal admin usage if passwords meet the configured minimum length +* The default minimum length can be adjusted in configuration as needed +* A constructor was added to the `Magento\User\Model\UserValidationRules.php` file to support this feature; EAT report shows zero affected modules + +**Action required:** + +No action is required for typical usage. To adjust the minimum password length, use the system configuration path `admin/security/minimum_password_length` in **Stores > Configuration > Advanced > Admin > Security**. \