Getting Shopify Product Custom Metafields

Hello,

We are using ShopifyGetProducts function to retrieve product data from our website. We can see that the default fields are imported. However, we also have some custom meta fields linked to each product. Is there a way to retrieve these custom meta fields as well?

Thanks a lot

Hello @3goats,

for the metafields you can use the shopifyGetProductMetafields Step. Just put it after the shopifyGetProduct Step and use its output as input for the shopifyGetProductMetafields step.

Kind regards,
Lukas