Dear all,
We are trying to integrate AEM with a third-party commerce system (SAP CC). We have set up our adobe.io runtime functions to cater for the integration based on CIF documentation. However, we are facing (so far) the following challenges:
I understand for the above issues, a way to tackle them would be to customize both Author UI and Core components sightly as well as Java code, but obviously this is something we'd like to avoid
Thank you in advance for your support!
My quick thoughts:
Hi @Monendra_Singh ,
Thank you for your reply. Can you be a bit more specific on where to look into for the adjustments mentioned? In particular:
1. Where would we create the "virtual" category? Would that require adjustments in the AEM Author UI (something we would rather avoid)?
2. Modifying the graphQL queries would also require adjusting the accompanying magento schema, correct? If that is the case, wouldn't this affect the Author UI too (as it assumes the "original" magento schema for its purposes)?
Hi @Monendra_Singh ,
as a follow up for point 2:
We modified the schema + response on adobe.io side and tried to see if that works with the CIF Author features. Unfortunately, as expected, AEM indeed expects an integer value and cannot recognize the String-based one:
com.google.gson.JsonParseException: com.shopify.graphql.support.SchemaViolationError: Invalid value "Cartegory ABC" for field CategoryTree.id