Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

mhaack
mhaack
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
32

Posts

Posts
30

Discussions

Discussions
14

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mhaack
Customize the badges you want to showcase on your profile
Re: Looking for info on storing commerce products and their attributes in the JCR - Adobe Experience Manager 26-08-2021
The solution for this should be CIF (Commerce Integration Framework) it works with Magento and 3rd Party Commerce solutions. For non Magento you need some mapping, depending on your commerce solution there might be already a partner integration for CIF or you have to build that. Regarding the product import and the patterns use for We.Retail. This is outdated approach and not recommended any more.

Views

277

Likes

2

Replies

0
Re: AEM Venia with Magento Integration Category + Product Page Data is not fetching - Adobe Experience Manager 26-08-2021
The category page screenshot form the page editor shows the placeholder data while edition. Try switch to preview and navigate to the category. Or use "View with Category" from the actions menu of the editor.

Views

439

Like

1

Replies

6
Re: CIF Cloud Addon Customization - Adobe Experience Manager 18-03-2021
While this will technically be possible it will highly likely break on the AEM side. As CIF Core Components use Java models which are typed.

Views

342

Likes

0

Replies

0
Re: CIF Cloud Addon Customization - Adobe Experience Manager 18-03-2021
Hello, while customisations of the schema are possible and required at many places, like product attributes we recommend not changing fundamental things like the ids. This well break CIF add-on and components as GraphQL has built in type checking. The good news is there will be a generic solution for this soon. Magento Schema (2.4.2+.) introduced a generic UID field which will replace the ID field (which is still there but got already deprecated). See https://devdocs.magento.com/guides/v2.4/rele...

Views

335

Like

1

Replies

0
Re: GraphQL queries call using Sling servlet and models - Adobe Experience Manager 22-02-2021
Hi @Prince_Shivhare this is easy to solve The entire CIF Core Components project is your example. It provides the graphql client (which is independent form the backend) which accepts any GraphQL query. For Magento we provide addition helpers and a full step of data model classes representing the Magento Schema. This allows you to work with Java objects instead with GraphQL query strings. For example the product teaser component https://github.com/adobe/aem-core-cif-components/blob/master/bundles...

Views

757

Likes

2

Replies

1
Re: How to debug Adobe I/O Runtime Actions during issues/... - Adobe Developer Runtime 04-12-2020
@Sharma_Shurti as Duy already wrote I'm not aware of a "use-aio-cache" configuration either.

Views

902

Likes

0

Replies

0
Re: Invoke Graphql query from Adobe IO - Adobe Developer Runtime 07-10-2020
Hi, I suggest having a look at https://github.com/adobe/commerce-cif-graphql-integration-reference. This project is about exposing a GraphQL API based on the Magento schema. The schema you implement can be a subset or extensions of the Magento schema or a completely different GraphQL schema. Markus

Views

862

Like

1

Replies

0
Betreff: Bind Products for AEM Commerce on AEM as a Cloud... - Adobe Experience Manager 16-09-2020
If you have a 3rd party commerce, non Magento. You set the endpoint of you I/O Runtime based service via the local env var (for local SDK) See step 5: https://docs.adobe.com/content/help/en/experience-manager-cloud-service/commerce/develop.html#local-setup. The root category id is the top entry category of your catalog, depends on your commerce system and the way how the catalog is organised there.

Views

537

Likes

0

Replies

0
Betreff: Bind Products for AEM Commerce on AEM as a Cloud... - Adobe Experience Manager 16-09-2020
If you have a 3rd party commerce, non Magento. You set the endpoint of you I/O Runtime based service via the local env var (for local SDK) See step 5: https://docs.adobe.com/content/help/en/experience-manager-cloud-service/commerce/develop.html#local-setup.The root category id is the top entry category of your catalog.

Views

539

Likes

0

Replies

0
Betreff: 3rd Party CIF on Adobe IO - Adobe Developer Runtime 15-09-2020
Can you check your .wskprops config file, see https://adobedocs.github.io/adobeio-runtime/tools/wsk_install.html for details. From the screenshot I see there is https://runtime.adobe.io/%0D/… in your URL. "%0D" should not be there. Also it is recommended to use "adobeioruntime.net" for the apihos.

Views

629

Like

1

Replies

2