Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e8b375d
ACP2E-3990: GraphQL B2B Schema Not Returning Customer ID
alzota Jul 14, 2025
16b1317
ACP2E-4046: [Documentation] placeOrder error field
aplapana Jul 28, 2025
ba6c4f3
Merge branch 'main' into ACP2E-4046
keharper Jul 28, 2025
edce96f
Update place-order.md
keharper Jul 28, 2025
d5ed212
Update place-order.md
keharper Jul 28, 2025
493ab9e
Merge pull request #470 from aplapana/ACP2E-4046
keharper Jul 28, 2025
f2a849f
Merge branch '2.4.9-develop' into ACP2E-3990
jeff-matthews Jul 29, 2025
64196f6
Merge pull request #464 from alzota/ACP2E-3990
jeff-matthews Jul 29, 2025
e1dd61d
Merge branch 'main' into 2.4.9-develop
keharper Jul 29, 2025
2c021fa
Merge branch 'main' into 2.4.9-develop
keharper Aug 7, 2025
1820c83
Update payflow-pro-vault.md
keharper Sep 16, 2025
1f666bd
Merge pull request #491 from AdobeDocs/kh_payflow-pro
keharper Sep 16, 2025
1bdcfcc
Update payflow-pro-vault.md
katmoon Sep 5, 2025
63c5236
Merge pull request #493 from katmoon/ACP2E-4064
keharper Sep 18, 2025
591dc3f
Merge branch 'main' into sync-develop
dshevtsov Dec 12, 2025
6c5137c
Merge branch 'main' into sync-develop
dshevtsov Mar 12, 2026
aa7adc8
Merge pull request #518 from commerce-docs/sync-develop
dshevtsov Mar 12, 2026
4e58825
Merge branch 'main' into 2.4.9-develop
dshevtsov Apr 3, 2026
cc4aefd
ACP2E-4454: [Documentation] Update devdocs how to keep inheritance of…
bubasuma Apr 6, 2026
b7de0a6
ACP2E-4454: [Documentation] Update devdocs how to keep inheritance of…
bubasuma Apr 6, 2026
bb559b3
Apply suggestions from code review
bubasuma Apr 9, 2026
d3774a1
Apply suggestions from code review
bubasuma Apr 9, 2026
34ffc31
Merge pull request #548 from adobe-commerce-tier-4/ACP2E-4454
keharper Apr 9, 2026
c12fa94
Merge branch 'main' into 2.4.9-develop
dshevtsov May 11, 2026
71a7298
COMDOX-1578: Add REST API schemas for v2.4.9
dshevtsov May 11, 2026
be5769e
docs(graphql): publish 2.4.9 reference and pin 2.4.8 SpectaQL output
dshevtsov May 11, 2026
3b4afe4
Remove deprecated OpenAPI schemas for admin, customer, and guest endp…
dshevtsov May 11, 2026
863c2c9
Revert openapi schemas
dshevtsov May 11, 2026
d3a9381
fix: Update version to 2.4.9 in default config and index files for Gr…
dshevtsov May 12, 2026
99294b4
Merge pull request #563 from AdobeDocs/ds_COMDOX-1577-graphql
dshevtsov May 12, 2026
db6d440
Merge branch '2.4.9-develop' into ds_COMDOX-1578
dshevtsov May 12, 2026
437c485
Merge pull request #562 from AdobeDocs/ds_COMDOX-1578
dshevtsov May 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:spectaql:2.4.6": "spectaql --target-file index.html --config spectaql/config_2.4.6.yml",
"build:spectaql:2.4.7": "spectaql --target-file index.html --config spectaql/config_2.4.7.yml",
"build:spectaql:saas": "spectaql --target-file index.html --config spectaql/config_saas.yml",
"build:spectaql:beta": "spectaql --target-file index.html --config spectaql/config_2.4.9-beta-1.yml",
"build:spectaql:2.4.8": "spectaql --target-file index.html --config spectaql/config_2.4.8.yml",
"dev:spectaql": "spectaql --development-mode-live --config spectaql/config.yml"
},
"packageManager": "yarn@3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion spectaql/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ info:
##############################################

description: The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main <a href="https://developer.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
version: 2.4.8
version: 2.4.9
title: Adobe Commerce GraphQL API
# This is non-standard and optional. If omitted, will use "title". Also, only relevant
# when building non-embedded.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spectaql:
# Set to null to not write the output to the filesystem, making it only available via the API (default: public)
#
# Default: public
targetDir: static/graphql-api/2.4.9-beta-1
targetDir: static/graphql-api/2.4.8

# Optional path to an image to use as the logo in the top-left of the output
# logoFile: path/to/logo.png
Expand Down Expand Up @@ -111,7 +111,7 @@ introspection:
# schemaFile: path/to/schema.gql

# File containing Introspection Query response in JS module export, or JSON format
introspectionFile: spectaql/schema_2.4.9-beta-1.json
introspectionFile: spectaql/schema_2.4.8.json

# URL of the GraphQL endpoint to hit if you want to generate the documentation based on live Introspection Query results
# NOTE: If not using introspection.url OR servers[], you need to provide x-url below
Expand Down Expand Up @@ -422,8 +422,8 @@ info:
##############################################

description: The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main <a href="https://developer.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
version: 2.4.9-beta-1
title: Adobe Commerce GraphQL API (2.4.9-beta-1)
version: 2.4.8
title: Adobe Commerce GraphQL API (2.4.8)
# This is non-standard and optional. If omitted, will use "title". Also only relevant
# when building non-embedded.
x-htmlTitle: GraphQL API
Expand Down
Loading
Loading