craftcms / shopify

Synchronize and extend product data from your Shopify storefront.
MIT License
44 stars 25 forks source link

Added preliminary support for ShopifyVariant metafields #100

Closed zsavajji closed 3 months ago

zsavajji commented 3 months ago

Description

Fixes #99 by adding a new method to query Metafields on Variant items.

It's not the best implementation but works, no support for MetaObjects, since the REST API won't expose them.

Related issues

99

nfourtythree commented 3 months ago

Hi @zsavajji

Thank you for putting together this PR, we took it as a basis for this PR to get the functionality in.

Thanks!