Skip to content

Commit 473fb0e

Browse files
authored
Merge branch 'main' into CEXT-3814
2 parents 45a26e6 + 19a4231 commit 473fb0e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Loading
Loading

src/pages/events/configure-commerce.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ You must configure Commerce to communicate with your project. Configuration incl
3030

3131
1. Copy the entire contents of the `<workspace-name>.json` file into the **Adobe I/O Workspace Configuration** field.
3232

33-
1. Enter a unique identifier in the **Adobe Commerce Instance ID** field. This unique value identifies your Commerce instance, which allows Commerce events to connect to the correct `Event Provider` in Adobe I/O. This ID corresponds to the **Provider** displayed when [subscribing to events](#subscribe-and-register-events).
33+
1. Enter a unique identifier in the **Adobe I/O Event Provider Instance ID** field. This unique value identifies your Commerce instance, which allows Commerce events to connect to the correct `Event Provider` in Adobe I/O. This ID corresponds to the **Provider** displayed when [subscribing to events](#subscribe-and-register-events).
3434

35-
**Note**: The **Adobe Commerce Instance ID** field only supports alphanumeric characters, hyphens and underscores.
35+
**Note**: The **Adobe I/O Event Provider Instance ID** field only supports alphanumeric characters, hyphens and underscores.
3636

3737
1. Click **Save Config**, but do not leave the page. The next section creates an event provider, which is necessary to complete the configuration.
3838

src/pages/events/consume-events-examples/runtime-action-commerce-callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The event payload for this event could not contain the saved order's extension a
8181
const content = await oauth.get('orders/' + event_payload.entity_id)
8282
```
8383

84-
This example uses functions from the `oauth1a` module, as defined in the [adobe-commerce-samples repo](https://github.com/adobe/adobe-commerce-samples/blob/main/admin-ui-sdk/menu/custom-menu/actions/oauth1a.js).
84+
This example uses functions from the `oauth1a` module, as defined in the [adobe-commerce-samples repo](https://github.com/adobe/adobe-commerce-samples/blob/main/admin-ui-sdk/menu/custom-menu/src/commerce-backend-ui-1/actions/oauth1a.js).
8585

8686
You can retrieve the `consumerKey`, `consumerSecret`, `accessToken`, and `accessTokenSecret` provided in the input to the `getCommerceOauthClient` function from Commerce after creating and activating an [Integration](https://experienceleague.adobe.com/en/docs/commerce-admin/systems/integrations) in the Commerce admin. You can configure these values in an App Builder [.env file](https://developer.adobe.com/app-builder/docs/guides/configuration/#env) and then [pass them as inputs to the App Builder action](https://developer.adobe.com/app-builder/docs/guides/configuration/#using-environment-variables-in-runtime-actions) through the action's configuration.
8787

src/pages/events/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ After adding the required API, download the workspace configuration for your pro
8787

8888
### The status shows the events have been successfully sent, but they were not received in the event registration
8989

90-
If events are not received, determine if you have a different value for the `Adobe Commerce Instance ID` configured in the Adobe Commerce environment that is used in the event registration of the Developer Console.
90+
If events are not received, determine if you have a different value for the `Adobe I/O Event Provider Instance ID` configured in the Adobe Commerce environment that is used in the event registration of the Developer Console.
9191

9292
![Choose your instance ](../_images/events/instance-name-developer-console.png)
9393

94-
![Adobe Commerce instance ID](../_images/events/instance-name-developer-commerce.png)
94+
![Adobe I/O Event Provider Instance ID](../_images/events/instance-name-developer-commerce.png)
9595

9696
## Event subscribe CLI command error
9797

src/pages/starter-kit/create-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ You must configure Commerce to communicate with your project. Configuration incl
256256

257257
1. Copy the contents of the `<workspace-name>.json` file into the **Adobe I/O Workspace Configuration** field.
258258

259-
1. Enter a unique identifier in the **Adobe Commerce Instance ID** field. This unique value identifies your Commerce instance, which allows Commerce events to connect to the correct `Event Provider` in Adobe I/O. This ID corresponds to the **Provider** displayed when [subscribing to events](../events/configure-commerce.md#subscribe-and-register-events).
259+
1. Enter a unique identifier in the **Adobe I/O Event Provider Instance ID** field. This unique value identifies your Commerce instance, which allows Commerce events to connect to the correct `Event Provider` in Adobe I/O. This ID corresponds to the **Provider** displayed when [subscribing to events](../events/configure-commerce.md#subscribe-and-register-events).
260260

261261
**Note**: This value must contain English alphanumeric characters, underscores (_), and hyphens (-) only.
262262

0 commit comments

Comments
 (0)