
If we create meta fields in shopify (we have a number of custom items) we wanted to make sure the we can access/include those via Windsor
MetaFields + MetaObjects would be great

Good news, this is already supported. The Shopify connector exposes your custom metafields for products, product variants, and orders. You can select the key/value fields (and namespace/type) in your query: for products use Product Metafield Key/Value/Namespace/Type (ids product_metafield_key, product_metafield_value, product_metafield_namespace, product_metafield_type), for variants use line_item__variant_metafield_key and line_item__variant_metafield_value, and for orders use order_metafield_key, order_metafield_value, order_metafield_namespace and order_metafield_type. The connector reads these from Shopify’s metafields API, so your own custom (user-defined) metafields on those resources come through, returned as one row per metafield keyed by namespace and key.
