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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ To required environment add:
15
15
16
16
* I/O Management API with OAuth Server-to-Server
17
17
* I/O Events
18
+
* Adobe Commerce as a Cloud Service (SaaS) - is required to manage authorization between the application and your Adobe Commerce instance.
18
19
19
20
20
21
### Adobe API Mesh (Optional)
@@ -98,3 +99,13 @@ Add to `.env` line `FEED_GENERATOR_PROVIDER_ID=<id>`
98
99
99
100
11. The app is ready to use. Please save the link to your application environment. Additionally, you can replicate all steps in your production environment and publish the application, so it will be available on your exchange dashboard.
100
101
102
+
## Adding to Adobe Admin UI (SaaS)
103
+
104
+
For Adobe Commerce SaaS, you can add the module to be available in your Commerce Admin.
105
+
106
+
1. Go to Stores -> Configuration in your Adobe Commerce Admin
107
+
2. Go to Adobe Services -> Admin UI SDK
108
+
3. Click "Configure extensions" and choose respective Environment and Application.
109
+
4. Save changes.
110
+
111
+
For more information and troubleshooting please go to: https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/configuration/
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,9 @@ Header and Footer currently have a support to variables (Only 1 actually)
199
199
200
200
Variables are defined using double curly braces (`{{ }}`) and correspond to fields in the Adobe Commerce GraphQL product output. For example, `{{sku}}` will be replaced with the product's SKU.
201
201
202
-
##### Additional parameters
202
+
##### Additional parameterss
203
+
204
+
Note: The examples in 'Additional parameters' show how to use the parameters. The tag names may be different in your API, as they are specific to your system.
203
205
204
206
###### Repeating Tags with `count`
205
207
@@ -217,15 +219,14 @@ To select a specific element from an array, use the `index` property. This will
##### Selecting Attribute with Specific code (SaaS specific feature)
221
223
222
224
```xml
223
225
<color>{{attributes.value code='color'}}</color>
224
226
```
225
227
226
228
Add attributes.value is an Array of attributes, to get specific attribute, you can use "code" parameter and define attribute with which code you want to use.
227
229
228
-
229
230
#### Example for Google Feed
230
231
231
232
##### Header
@@ -242,11 +243,11 @@ Add attributes.value is an Array of attributes, to get specific attribute, you c
0 commit comments