No content to show
User Activity
I'd also love to see this supported in the liquid. I've been digging around and can't find a solution even by looping over `shop.metaobjects.` etc
Did you end up solving this @Riotact ? I'm running into the same issue.
I wish I had a good solution but sadly I don't, sorry. I'm following and will reply if I come up with something. I wish this situation was something that Shopify supported natively.
Bummer. Thanks for the ideas. Basically I was hoping that there would be an easy way to filter and find who fulfilled particular orders but I guess its not possible. Your brainstormed ideas are good but I dont think they will solve this situation. Th...
04-30-2024
How can Shopify Flow add tags to orders based on the Shopify User who fulfilled it? I looked around and in the docs but couldn't figure this out.
This is very odd. I am using metafields to display a variant product on a PDP as a "cross sell": When I print out the JSON, I can see the object has the property "name": {
"id": 0123456789344,
"title": "Default Title",
"option1": "Default Tit...
I also came here to find the answer! Any updates Shopify? EDIT: I found a suggestion in github: In addition to using the storefront API, you can use the "app metafields" API. With this API, you list the metafields you want as a metafields key in your...
Thanks @paul_n ! I didn't see any "fields" under "metafields_item / reference"? I tried to go into the "product" and explored several levels in there but didn't see anything where I can access the field's name. I would be great if improvements co...
Okay, I've been trying and logging but can't get the syntax right for this: I'm trying to access the value of a field inside a metaobject I've attached to products. It is a boolean value. Namespace: product_preorderField: Key:product_preorder.enable...