Currently, the Customer Account API doesn’t offer metafield connections for products, productVariants etc. on the customer endpoint.
I would like to leverage the customer metafields to create a wishlist feature by storing and updating products/productVariants. For now, I am using the JSON-list type and storing the productVariants as JSON objects. This works, but could introduce some inconsitency in the future when product data changes.
Are there any plans by the dev team to add this connection?