You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Nexus docs for Early Access release (#2339)
* docs: reframe Nexus from beta to Early Access
Shopware Nexus has moved from beta to Early Access. Update the Nexus
product docs accordingly: rename the status notice, the available-features
and limitations sections, and the getting-started prerequisites/limitations.
Feature scope and limitations are unchanged; GA remains the target milestone
for the roadmap table.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: document Nexus user management, versioning, and current monitoring
Add a User Management page (Admin/Builder/Viewer roles, invitations,
per-company access) and document workflow versioning (history, compare,
restore), which has shipped. Correct the execution-monitoring section: a
per-node timeline and per-node payload inspection are now available, so the
"no per-node logs / limited payload inspection" limitations are removed.
Also surface config templates, manual run, and JSON import/export.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: link the Nexus club for questions and feedback
Add a feedback callout on the Nexus overview and a pointer from
Troubleshooting to the Nexus club, where Early Access users can ask
questions and share feedback.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: troubleshoot activating the Nexus ingestion service via CLI
When runtime extension management is disabled (common on composer-managed
installations), the Shopware Nexus Event Ingestion Service cannot be
activated from the Administration. Document the CLI alternative
(app:activate ShopwareNexusIngestionService), based on a merchant report.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Update products/nexus/user-management.md
* Update products/nexus/workflow.md
* Update products/nexus/user-management.md
* Update products/nexus/workflow.md
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Su <112690947+sushmangupta@users.noreply.github.com>
Co-authored-by: Bojan Rajh <117360292+bojanrajh@users.noreply.github.com>
Copy file name to clipboardExpand all lines: products/nexus/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ nav:
10
10
11
11
- Shopware 6.7 or newer
12
12
- Active Shopware subscription
13
-
-Beta access granted by Shopware
13
+
-Early Access granted by Shopware
14
14
- Nexus service activated
15
15
- Active Shopware services
16
16
- Accept Shopware Service T&C's
@@ -28,14 +28,14 @@ nav:
28
28
Your shops are pulled from the Shopware Business Platform.
29
29
30
30
:::warning
31
-
Beta Limitation - Only the first company linked to your user account is used. As such, only shops linked to that first company will be available in Nexus.
31
+
Early Access Limitation - Only the first company linked to your user account is used. As such, only shops linked to that first company will be available in Nexus.
32
32
:::
33
33
34
34
## Create workflow
35
35
36
36
To create a workflow, follow the instructions in the [user documentation](https://docs.shopware.com/en/shopware-6-en/shopware-services/shopware-nexus?category=shopware-6-en/insider-previews).
Copy file name to clipboardExpand all lines: products/nexus/security.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,13 @@ nav:
20
20
| Missing event data | Inspect payload with Log node |
21
21
| BC filter returns empty | Validate OData syntax |
22
22
| Slack message not sent | Re-authorize Slack |
23
+
24
+
### Activating the Nexus ingestion service
25
+
26
+
If runtime extension management is disabled (common on composer-managed installations), the **Shopware Nexus Event Ingestion Service** cannot be activated from the Administration. Activate it from the CLI instead:
0 commit comments