DEV Community

Sean Harricharan
Sean Harricharan

Posted on

Syncing Metafields from Business Central to Shopify

I'm trying to create an extension to sync data from fields in the item table in business central to shopify metadata fields. I'm creating the metafield objects after a shopify product event (OnAfterCreateTempShopifyProduct) but when I debug, I see that at the point of metafield object instantiation, the product id isn't populated.

Do anyone knows the actual event needed for metafield syncing from business central to Shopify or the way to do it?

Top comments (0)