COMDOX-1780 configuration copy - ACCS - #603
Open
jhadobe wants to merge 2 commits into
Open
Conversation
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
jhadobe
marked this pull request as ready for review
August 26, 2026 23:13
keharper
approved these changes
Aug 28, 2026
|
|
||
| ## Sync configuration from sandbox to production | ||
|
|
||
| This API endpoint allows you to easily copy configuration values from one environment to another. This section provides a generalized overview of how you could copy values that you were testing in your sandbox environment to production. For details about these endpoints, see: |
Contributor
There was a problem hiding this comment.
Delete the first sentence?
|
|
||
| # System configuration API | ||
|
|
||
| The system configuration REST endpoints provide programmatic access to Adobe Commerce as a Cloud Service system configuration values, including store information, shipping and tax settings, payment method settings, and B2B and company settings. Use this endpoint to read configuration from one environment and apply it to another. |
Contributor
There was a problem hiding this comment.
I think there are other use cases. For example, you might want to retrieve all config values to review them holistically or simply see what's there. Or you could change values of the Store header in your REST call and apply settings on the same host.
Contributor
Author
There was a problem hiding this comment.
I don't think you can retrieve all values, fyi, it is capped at like 500 pages.
jhadobe
commented
Aug 28, 2026
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com> Co-authored-by: Jared Hoover <98363870+jhadobe@users.noreply.github.com>
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request adds documentation for the new
GET/PUT /V1/system/configREST endpoints (ACCS-607, CCSAAS-5346), which let SI/App Builder developers read and write Commerce system configuration to sync settings between sandbox and production ACCS environments.whatsnew
Added System configuration, which covers the
/V1/system/configREST endpoint that syncs configurations between Adobe Commerce as a Cloud Service environments.