Update SwagDigitalSalesRooms admin API schema#494
Conversation
Co-authored-by: shopwareBot <example@example.com>
There was a problem hiding this comment.
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.0to6.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
customFieldswithin 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.
|
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 Fixed in commit 375b1fb: restored all 8 removed paths ( |
586a2a7 to
345ed9e
Compare
cd0a0d6 to
cc423be
Compare
Co-authored-by: shopwareBot <example@example.com>
64f0932 to
844253b
Compare
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>
221ac82 to
8713844
Compare
8713844 to
3435f08
Compare
Automated changes by create-pull-request GitHub action