Merged:
I've been testing this, and it seems that the naming convention for the catalog uses an underscore, rather than a dash. So if your Integration catalog is called "my store", it would be "my_store"
1 Like
That's correct, @joe.w, thanks for pointing that out
Minor thing we encountered is that this should all be lowercase
So if our catalogue is called "My Awesome Store" and our prismic project is called "CoolProject" then the value should be `"catalogue": "coolproject--my_awesome_store"
2 Likes