Hi @Priyanka
I'm having issues with this as well. I'm using the latest version of slice-machine and can't get a shopify integration field to work. I added the field in index.json like beamer shared above, I see the integration field as an option, but none of the products are loaded when I try to use it.
I added this:
"items": {
"product": {
"type": "IntegrationFields",
"config": {
"catalog": "shopify--products",
"label": "Shopify"
}
}
},
where shopify--products is the name of the catalog.
Do you have any suggestions?
Thanks!