We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228d2f commit 2408bdfCopy full SHA for 2408bdf
base.js
@@ -32,6 +32,10 @@ const KNOWN_WIRE_ADAPTERS = [
32
module: 'commerce/contextApi',
33
identifier: 'SessionContextAdapter',
34
},
35
+ {
36
+ module: 'commerce/einsteinApi',
37
+ identifier: 'EinsteinProductRecommendationsAdapter',
38
+ },
39
{
40
module: 'commerce/productApi',
41
identifier: 'ProductAdapter',
@@ -87,6 +91,10 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
87
91
88
92
89
93
94
95
96
97
90
98
99
100
0 commit comments