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/amazon-sales-channel/prerequisites.md
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,31 @@ You must install [nodeJS 16.13+](https://nodejs.org/en/download) as your JavaScr
12
12
## Adobe Commerce
13
13
14
14
* (Required) Adobe Commerce 2.4.5+
15
-
* (Optional) [Adobe Commerce Admin UI SDK](https://developer-stage.adobe.com/commerce/extensibility/admin-ui-sdk/) enables you to attach the App Builder application to the Adobe Commerce Admin.
15
+
* (Optional) [Adobe Commerce Admin UI SDK](https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/) enables you to attach the App Builder application to the Adobe Commerce Admin.
16
16
17
17
In addition to these software requirements, you must have access to the Commerce environment from an external network. You must also have the ability to add API integrations.
18
18
19
+
### Create custom attributes
20
+
21
+
To subscribe to catalog update events from Adobe Commerce, you must create the following custom attributes in **Stores** > **Attributes** > **Product** > **Add New Attribute**:
| Amazon Condition |`amazon_condition`| Global | Condition of the listing item. The [Amazon docs](https://developer-docs.amazon.com/sp-api/docs/listings-items-api-v2021-08-01-reference#conditiontype) list the possible values. |
27
+
28
+
### Subscribe to catalog update events
29
+
30
+
Use the following steps to configure Commerce and subscribe to catalog update events. The [_Getting started with Adobe I/O Events for Adobe Commerce_](https://developer.adobe.com/commerce/events/get-started/configure-commerce/) guide provides additional context.
31
+
32
+
1. Register your Commerce instance as an event provider. See [Configure Adobe Commerce](https://developer.adobe.com/commerce/events/get-started/configure-commerce/) for details.
33
+
34
+
1. After you have configured your instance is configured and the event provider is created, use the following command to subscribe to the `observer.catalog_product_save_after` event:
The [Adobe Developer Console](https://developer.adobe.com/developer-console/docs/guides/getting-started/) allows you to create projects and begin your development journey. Create a project and make sure that you have access to the following:
0 commit comments