Skip to content

APIs - September release - ACCS - #610

Open
jhadobe wants to merge 38 commits into
mainfrom
september-accs-release
Open

APIs - September release - ACCS#610
jhadobe wants to merge 38 commits into
mainfrom
september-accs-release

Conversation

@jhadobe

@jhadobe jhadobe commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR updates the webapi guide with changes for the September release of ACCS. Currently these changes are scheduled to be published on 9/8.

This PR consists of the following PRs:

whatsnew
Added multiple changes as part of the Adobe Commerce as a Cloud Service September release:

  • Added System configuration, which covers the /V1/system/config REST endpoint that syncs configurations between Adobe Commerce as a Cloud Service environments.
  • Added a storeConfig query example documenting the new persistent shopping cart and customer account sharing fields (persistent_enabled, persistent_shopping_cart, persistent_options_wishlist, share_customer_accounts_scope).
  • Updated Email triggering through the REST API with new PUT and DELETE /V1/custom-email/templates/{id} endpoints for updating and deleting custom email templates.
  • Added sourceAvailability query documentation for reading per-source inventory availability by SKU, scoped to the current sales channel.
  • Added the selectFreeGiftForCart mutation, which lets shoppers select a gift SKU when a Free Gift cart price rule requires a choice, including support for configurable and bundle gift products.
  • Added a search field to CustomerOrdersFilterInput on the customer query, letting a signed-in customer search their order history by order number, product name, or SKU.

DeepaAdobe and others added 30 commits July 15, 2026 14:26
Adds a "Search a customer's order history" example showing the new
search filter (matches order number, product name, or SKU) added to
CustomerOrdersFilterInput via the Storefront Compatibility Package.
Added documentation for searching a customer's order history using filters.
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Co-authored-by: Jared Hoover <98363870+jhadobe@users.noreply.github.com>
SCP Example for persistent cart/wishlist
AC-16808: Document the new Free Gift cart price rule action type
…-doc

USF-4290: document search filter on customer.orders
CCSAAS-5091 custom email REST update/delete
@jhadobe jhadobe self-assigned this Sep 4, 2026
@jhadobe jhadobe added the new-topic New original content label Sep 4, 2026
@github-project-automation github-project-automation Bot moved this to 📋 Needs Review in Commerce - Pull Requests Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🔍 Linter Report

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

Generated: 2026-09-04T21:56:15.298Z
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: 20

───────────────────────────────────────────────────────────────
📄 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

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/graphql/schema/b2b/company/mutations/create-address.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 3:1
    Message: Description is too long (200 characters). Consider keeping it under 160 characters.
    Rule: check-frontmatter

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/graphql/schema/b2b/company/mutations/delete-address.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 3:1
    Message: Description is too long (209 characters). Consider keeping it under 160 characters.
    Rule: check-frontmatter

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/graphql/schema/b2b/company/mutations/set-default-address.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 3:1
    Message: Description is too long (294 characters). Consider keeping it under 160 characters.
    Rule: check-frontmatter

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/graphql/schema/b2b/company/mutations/update-address.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 3:1
    Message: Description is too long (207 characters). Consider keeping it under 160 characters.
    Rule: check-frontmatter


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

  📁 Files processed:    20
  📄 Files with issues:  5
  ❌ Total errors:       0
  ⚠️  Total warnings:     5
  📋 Total issues:       5

Result: ⚠️  PASSED WITH WARNINGS - No fatal errors

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

This comment was automatically generated by the linter bot.

@jhadobe
jhadobe marked this pull request as ready for review September 4, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hold for release new-topic New original content

Projects

Status: 📋 Needs Review

Development

Successfully merging this pull request may close these issues.

5 participants