Which metadata entity for linked instances of catalog items
Hi Community,
For a catalog item you can add one or more linked instances (other catalog items). With a Desktop plan I would like to make visible which linked catalog items exist, but I cannot find an object in the metadata model that reflects the linked instances.
Does anyone have an idea which metadata entity I should use?
Kind regards,
Albert
Page 1 / 1
Hello Albert,
I tried creating a linked instance using the UI and checked the graphql in the developer tools:
It looks like the entity is called catalogItemGroup with targets embedded array inside, where the target is catalogItemGroupTarget and that contains the ID of the catalogitem.
Let me know if this helps.
Kind regards,
Anna
Hi @anna.spakova , thanks a lot, your answer helped me further. Have to remember your approach in this, very convenient.