Skip to content

COMDOX-1780 configuration copy - ACCS - #603

Open
jhadobe wants to merge 2 commits into
september-accs-releasefrom
jh_saas-config-copy
Open

COMDOX-1780 configuration copy - ACCS#603
jhadobe wants to merge 2 commits into
september-accs-releasefrom
jh_saas-config-copy

Conversation

@jhadobe

@jhadobe jhadobe commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Purpose of this pull request

This pull request adds documentation for the new GET/PUT /V1/system/config REST 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/config REST endpoint that syncs configurations between Adobe Commerce as a Cloud Service environments.

@jhadobe jhadobe self-assigned this Aug 26, 2026
@github-project-automation github-project-automation Bot moved this to 📋 Needs Review in Commerce - Pull Requests Aug 26, 2026
@jhadobe jhadobe added the new-topic New original content label Aug 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Linter Report

Click to expand full report
═══════════════════════════════════════════════════════════════
                     LINTER REPORT
═══════════════════════════════════════════════════════════════

Generated: 2026-08-26T22:57:26.093Z
Mode: Full Linting (all rules + dead links check)
Target Directory: /home/runner/work/commerce-webapi/commerce-webapi
Skipped Rules:
  - check-frontmatter → src/pages/includes
  - missing-heading → src/pages/includes

───────────────────────────────────────────────────────────────

Files to process: 3

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/config.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 1:1
    Message: Missing frontmatter section - add --- at the beginning with title and description
    Rule: check-frontmatter


═══════════════════════════════════════════════════════════════
                        SUMMARY
═══════════════════════════════════════════════════════════════

  📁 Files processed:    3
  📄 Files with issues:  1
  ❌ Total errors:       0
  ⚠️  Total warnings:     1
  📋 Total issues:       1

Result: ⚠️  PASSED WITH WARNINGS - No fatal errors

═══════════════════════════════════════════════════════════════

This comment was automatically generated by the linter bot.

@jhadobe jhadobe changed the title configuration copy COMDOX-1780 configuration copy - ACCS Aug 26, 2026
@jhadobe
jhadobe marked this pull request as ready for review August 26, 2026 23:13

@le0n4ik le0n4ik left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me


## 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:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete the first sentence?

Comment thread src/pages/rest/saas-integrations/system-config/index.md Outdated

# 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you can retrieve all values, fyi, it is capped at like 500 pages.

@github-project-automation github-project-automation Bot moved this from 📋 Needs Review to 👍 Approved in Commerce - Pull Requests Aug 28, 2026
Comment thread src/pages/rest/saas-integrations/system-config/index.md Outdated
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Co-authored-by: Jared Hoover <98363870+jhadobe@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Linter Report

Click to expand full report
═══════════════════════════════════════════════════════════════
                     LINTER REPORT
═══════════════════════════════════════════════════════════════

Generated: 2026-08-28T20:17:42.676Z
Mode: Full Linting (all rules + dead links check)
Target Directory: /home/runner/work/commerce-webapi/commerce-webapi
Skipped Rules:
  - check-frontmatter → src/pages/includes
  - missing-heading → src/pages/includes

───────────────────────────────────────────────────────────────

Files to process: 3

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/config.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 1:1
    Message: Missing frontmatter section - add --- at the beginning with title and description
    Rule: check-frontmatter


═══════════════════════════════════════════════════════════════
                        SUMMARY
═══════════════════════════════════════════════════════════════

  📁 Files processed:    3
  📄 Files with issues:  1
  ❌ Total errors:       0
  ⚠️  Total warnings:     1
  📋 Total issues:       1

Result: ⚠️  PASSED WITH WARNINGS - No fatal errors

═══════════════════════════════════════════════════════════════

This comment was automatically generated by the linter bot.

@jhadobe
jhadobe changed the base branch from main to september-accs-release September 3, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-topic New original content

Projects

Status: 👍 Approved

Development

Successfully merging this pull request may close these issues.

4 participants