Hi, I hope you are doing well.
I do have multiple custom source catalogs. I’m trying to build a template to add a few products from those custom sources into the template using catalog tag.
Here is the code:
{% catalog itemID %} {{ catalog_item.title }} {% endcatalog %}
(itemID is replaced with the right itemID value)
But when I see the preview it says: Unable to find item with code: . It may have been deleted.
All the items are published and I can see them in Products > Items tab.
Would you please help me to understand what’s the issue right here?