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: INSTALL.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# Installation instructions for configing Adobe Commerce and Hubspot integration
1
+
# Installation instructions for configuring Adobe Commerce and Hubspot integration
2
2
3
3
## Application
4
4
5
5
### Create App Builder project
6
6
Go to the [Adobe developer console](https://developer.adobe.com/console) portal
7
7
- Click on `Create a new project from template`
8
8
- Select `App Builder`
9
-
-Chose a name and title
9
+
-Choose a name and title
10
10
- Select stage workspace or create a new one
11
11
- Add the following API services (select default Oauth server to server)
12
12
- I/0 events
13
13
- Adobe I/O Events for Adobe Commerce
14
14
- I/O management API
15
15
- Download the [workspace configuration JSON](https://developer.adobe.com/commerce/extensibility/events/project-setup/#download-the-workspace-configuration-file) file and save it as `workspace.json` in the `./scripts/onboarding/config` folder because you will use it to configure Adobe IO Events in commerce afterward.
16
16
17
-
### Configure a new Integration in commerce
17
+
### Configure a new Integration in commerce
18
18
Configure a new Integration to secure the calls to Commerce from App Builder using OAuth by following these steps:
19
19
- In the Commerce Admin, navigate to System > Extensions > Integrations.
20
20
- Click the `Add New Integration` button. The following screen displays
@@ -26,7 +26,7 @@ Configure a new Integration to secure the calls to Commerce from App Builder usi
26
26
- In the list of integrations, activate your integration.
27
27
- To configure the module, you will need the integration details (consumer key, consumer secret, access token, and access token secret).
28
28
29
-
### Install Commerce Eventing module (only required when running Adobe Commerce versions 2.4.4 or 2.4.5)
29
+
### Install Commerce Eventing module (only required when running Adobe Commerce versions 2.4.4 or 2.4.5) 
30
30
Install Adobe I/O Events for Adobe Commerce module in your commerce instance following this [documentation](https://developer.adobe.com/commerce/extensibility/events/installation/)
31
31
32
32
> **Note**
@@ -85,7 +85,7 @@ The console will return the provider's IDs and save this information:
85
85
86
86
Check your App developer console to confirm the creation of the registrations.
87
87
88
-
### Complete the Adobe Commerce eventing configuration
88
+
### Complete the Adobe Commerce eventing configuration
# Commerce OAuth configs. PaaS Only. Required for authorization of Adobe Commerce Rest Apis.
14
21
# These values can be copied from the Integration Details under System > Integrations
15
-
# Commerce base URL should finish with slash '/'
22
+
# Commerce base URL should finish with slash '/'. Example: https://adobe.commerce/rest/
16
23
COMMERCE_BASE_URL=
24
+
# Select Integration you created and copy values from "Integration Details"
17
25
COMMERCE_CONSUMER_KEY=
18
26
COMMERCE_CONSUMER_SECRET=
19
27
COMMERCE_ACCESS_TOKEN=
@@ -23,6 +31,8 @@ COMMERCE_ACCESS_TOKEN_SECRET=
23
31
# These values will be used to configure the Adobe I/O Events module automatically
24
32
# that can be found at Stores > Configuration > Adobe Services > Adobe I/O Events
25
33
COMMERCE_ADOBE_IO_EVENTS_MERCHANT_ID=
34
+
# Default value is Stage. You can change it for your usecases if needed.
35
+
COMMERCE_ADOBE_IO_EVENTS_ENVIRONMENT_ID=Stage
26
36
27
37
# Workspace configs
28
38
# The following values can be copied from the JSON downloadable in AppBuilder from Organization > Project > Workspace
@@ -37,9 +47,13 @@ IO_WORKSPACE_ID=
37
47
# To retrieve that value go to Account Management > Integrations > Private app and Access token section
38
48
HUBSPOT_ACCESS_TOKEN=
39
49
50
+
# Adobe Commerce customer custom attribute code, which will be used to save Hubspot Customer ID, so in case if customer already being exported to Hubspot, system will perform Update and not Create action
40
51
COMMERCE_HUBSPOT_CONTACT_ID_FIELD=
41
52
42
53
#HUBSPOT CONTACT FULL IMPORT CONFIG, related with the runtime action customer-backoffice/full-import
54
+
# Adobe Commerce Group ID for customers. (1 - General Group)
0 commit comments