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
Copy file name to clipboardexpand all lines: src/pages/cloud/guides/rest/index.md
+18-39
Original file line number
Diff line number
Diff line change
@@ -65,47 +65,26 @@ Addtionally, because Adobe Commerce as a Cloud Service is preconfigured with ext
65
65
66
66
#### Events
67
67
68
-
*[Events](https://developer.adobe.com/commerce/extensibility/events/) - Adobe Commerce as a Cloud Service is currently limited to the following events:
*[Events](https://developer.adobe.com/commerce/extensibility/events/) - Adobe Commerce as a Cloud Service supports a different set of events than other versions.
69
+
70
+
To browse, search for, or request events, navigate to **System** > **Events** > **Event List** in the Admin.
71
+
72
+
The following REST endpoints are available for events:
73
+
74
+
*`POST /V1/eventing/eventSubscribe/:name` - Subscribes to the event.
75
+
*`POST /V1/eventing/eventUnsubscribe/:name` - Unsubscribes from the event.
Registering webhooks works differently between platforms. Instead of using the `webhooks.xml` file, you can register webhooks in the Commerce Admin or by using the REST API.
96
83
97
-
Adobe Commerce as a Cloud Service is limited to the following webhooks:
0 commit comments