Shopify IA product flow metafield custom

Anybody notice when using a saved search method of syncing metafields in the Shopify IA product flow. When you use the namespace 'custom', the hook throws an error.
Type 'json' must be consistent with the definition's type: 'list.single_line_text_field'.
If I just change the namespace to 'custom_field', it works. Must be something breaking in the hook when that word is used.

Example, if it's this, it doesn't work: custom:category:Category (Meta)
If I change it to this then it works: custom_field:category:Category (Meta)

Hi Stein,

We don't have any constraints on using "custom" as a namespace. Can you once sync all your metafield definitions and try again?
https://docs.celigo.com/hc/en-us/articles/4413333355547-Manage-and-configure-metafield-definitions-for-Shopify-products-and-its-variants#configure-setting-in-the-integration-app-2

If you are still facing issues with it, I would request you to create a support ticket with us to debug specific to your saved search and account.

Thank you

If I had to guess it is because the data you are sending doesn't match the field type saved in Shopify. Either sync you metafield definitions in the Celigo settings like Charan mentioned, or just remove the definition in Shopify and leave it as a unstructed field. Then it will recieve whatever type of data Celigo decides to send it.