Excluding Specific Item Attributes from Shopify Sync with Business Central

Hello everyone,

We are working on integrating Business Central with Shopify and have encountered a small issue. In Business Central, we have two item attributes that we don’t want to be synced to Shopify because they aren’t intended for customers to see.

Is there a way to control which item attributes get synchronized between Business Central and Shopify? If not, is it possible to hide certain attributes from customers directly within Shopify after synchronization?

Thanks in advance for your help!

Hi @Whisp3r ,

Curious to know what connector you’re using to sync Shopify with business central?

I recently built an integration with Dynamics GP and Shopify, for products and orders not customers. You can’t filter out product attributes in an API call, that would have to be hard coded in.

Your best option is to modify the template that displays product attributes. This can be done in Liquid code or CSS.