AEM commerce components access extension_attributes of Product
I added new module in magento to extens product attributes in graphql. Now I get the extension_attributes in POSTMAN.
"extension_attributes": {
"website_ids": [
1
],
"downloadable_product_links": [
{
"link_file": "/d/i/digitalpricingboardgetstartedflyer.pdf"
}
]
}
I want to access these attributes in AEM component. when I tried to do product.data.json, it didn't return these attributes.
Can you please suggest what changes I need to make to get these from Magento graphql?
Thanks for your help
venkat