APIs - September release - ACCS - #610
Open
jhadobe wants to merge 38 commits into
Open
Conversation
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
COMDOX-1780 configuration copy - ACCS
Reference sections
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
COMDOX-1796 GraphQL for Per source availability
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
jhadobe
marked this pull request as ready for review
September 4, 2026 22:13
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.
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:
AC-16808: Document the new Free Gift cart price rule action type #590
USF-4290: document search filter on customer.orders #600
COMDOX-1780 configuration copy - ACCS #603
SCP Example for persistent cart/wishlist #607
CCSAAS-5091 custom email REST update/delete #608
Reference sections #609
Update schema changes in this PR before merging
whatsnew
Added multiple changes as part of the Adobe Commerce as a Cloud Service September release:
/V1/system/configREST endpoint that syncs configurations between Adobe Commerce as a Cloud Service environments.persistent_enabled,persistent_shopping_cart,persistent_options_wishlist,share_customer_accounts_scope).PUTandDELETE /V1/custom-email/templates/{id}endpoints for updating and deleting custom email templates.searchfield toCustomerOrdersFilterInputon the customer query, letting a signed-in customer search their order history by order number, product name, or SKU.