I am using headless solution as nextJS while using back-end infrastructures based on EPiserver (optimizely CMS and Customized commerce )
I am trying to retrieve the Related entries under Related entries tab in product properties ( Associations as been named in the documentation )
I am using Content delivery API to retrieve content data and I allowed the usage of friendly URL
So I tried retrieving the content data of my product using its friendly Url , I got a decent chunk of data but nothing about related entries
I tried adding query string => expand=* where I got the same returned data
and I tried using the query parameter => children where I got only the variants of that product back.
my question, how to get related entries for a specific product or a specific variant using content delivery api (what endpoint should I call if it exists) ?
Hi all,
I am using headless solution as nextJS while using back-end infrastructures based on EPiserver (optimizely CMS and Customized commerce )
I am trying to retrieve the Related entries under Related entries tab in product properties ( Associations as been named in the documentation )
I am using Content delivery API to retrieve content data and I allowed the usage of friendly URL
So I tried retrieving the content data of my product using its friendly Url , I got a decent chunk of data but nothing about related entries
I tried adding query string => expand=* where I got the same returned data
and I tried using the query parameter => children where I got only the variants of that product back.
my question, how to get related entries for a specific product or a specific variant using content delivery api (what endpoint should I call if it exists) ?