Skip to content

Update SwagDigitalSalesRooms admin API schema#494

Merged
Micha Hobert (Isengo1989) merged 7 commits into
latestfrom
SwagDigitalSalesRooms-schema-update
May 22, 2026
Merged

Update SwagDigitalSalesRooms admin API schema#494
Micha Hobert (Isengo1989) merged 7 commits into
latestfrom
SwagDigitalSalesRooms-schema-update

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

Automated changes by create-pull-request GitHub action

Co-authored-by: shopwareBot <example@example.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the generated SwagDigitalSalesRooms admin OpenAPI schema to align with Shopware 6.7.9.1 and to ensure the plugin-specific schema only contains endpoints not already present in the base adminapi.json.

Changes:

  • Bumped the documented API version from 6.7.9.0 to 6.7.9.1.
  • Removed base-admin endpoints from the plugin schema/summary (e.g., system-config, logout, email validation, app verify, external thumbnails) so only plugin-specific paths remain.
  • Reordered customFields within a couple of schema property definitions (no functional schema change expected).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
SwagDigitalSalesRooms-adminapi.summary.json Removes paths that overlap with the base admin API, keeping the summary plugin-specific.
SwagDigitalSalesRooms-adminapi.json Updates schema version and removes overlapping base admin API paths; minor property-order reshuffle for customFields.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Isengo1989
Copy link
Copy Markdown
Contributor

Copilot the PR removes paths that are still in that version available. Please check why

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

Copilot the PR removes paths that are still in that version available. Please check why

The previous commit incorrectly removed those paths because they also exist in the base adminapi.json. However, all other plugin schemas (SwagCommercial, SwagCustomizedProducts) include these same base admin API paths — the plugin schemas are designed to be standalone and complete, not deduplicated against the base.

Fixed in commit 375b1fb: restored all 8 removed paths (/_action/validation/email, /app-system/shop/verify, /_action/system-config, /_action/system-config/batch, /_action/system-config/check, /_action/system-config/schema, /_action/media/{mediaId}/external-thumbnails, /_action/user/logout) and kept only the valid version bump from 6.7.9.0 to 6.7.9.1.

@github-actions github-actions Bot force-pushed the SwagDigitalSalesRooms-schema-update branch 4 times, most recently from 586a2a7 to 345ed9e Compare May 8, 2026 10:34
@github-actions github-actions Bot force-pushed the SwagDigitalSalesRooms-schema-update branch 2 times, most recently from cd0a0d6 to cc423be Compare May 15, 2026 10:50
Co-authored-by: shopwareBot <example@example.com>
@github-actions github-actions Bot force-pushed the SwagDigitalSalesRooms-schema-update branch 2 times, most recently from 64f0932 to 844253b Compare May 19, 2026 16:14
Soner (shyim) and others added 3 commits May 20, 2026 07:48
Adds a new "Foreign key resolvers" section to the Sync API guide
covering the {resolver, value, nullOnMissing} payload shape and
listing the eight built-in resolvers (product.number plus the seven
new tier-1 resolvers for currency, locale, payment_method,
shipping_method, document_type, salutation, tax).

Includes a warning about tax.tax_rate's non-unique column behavior.
Co-authored-by: shopwareBot <example@example.com>
@github-actions github-actions Bot force-pushed the SwagDigitalSalesRooms-schema-update branch 2 times, most recently from 221ac82 to 8713844 Compare May 21, 2026 11:06
@github-actions github-actions Bot force-pushed the SwagDigitalSalesRooms-schema-update branch from 8713844 to 3435f08 Compare May 22, 2026 11:04
@Isengo1989 Micha Hobert (Isengo1989) merged commit 1b12429 into latest May 22, 2026
@Isengo1989 Micha Hobert (Isengo1989) deleted the SwagDigitalSalesRooms-schema-update branch May 22, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants