No content to show

User Activity

Hey guys - I am from the future, 2024 to be exact, and we now have support for this in GraphQL: https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/giftCardSendNotificationToCustomer, which has worked great for me this morning.
I also had this problem, and for what it's worth my dumb ass had set the metafield as an array of metaobject references, not just a single entry. What worked is e.g.:{{ collection.metafields.custom.banner.value.image | image_url: width: 100 }}The log...
Also interested in this. Pressable says it's good for replacing a Link when Link styling isn't desirable, but then how do we actually link somewhere?EDIT: lol it's the exact same attribute, "to". It can do exactly this and it works, e.g.<Pressable to...
Nobody wants to propagate tags to a metafield to access it. Tags is basic categorisation of customers, let's have it on useCustomer(), please Shopify.
Just checking in as I'm looking for the same answer - until we have one, the best approach is probably to use the wildcard, then filter the results with stricter logic. 
Ditto, haven't found any answers in the checkout branding API either.
Same question here. Must be undocumented but no idea how to get it happening.
Hey @internetperson1 , my request body ended up looking like this:{  query: '\n' +    '    mutation webhookSubscriptionCreate($topic: WebhookSubscriptionTopic!, $webhookSubscription: WebhookSubscriptionInput!) {\n' +    '      webhookSubscriptionCrea...
What a gem of a response, worked perfectly and I expect will suit most users for this question.
Hey guys! For anyone looking at this in the present day, I figured it out for me - if you include the variant metafield namespace in your "metafieldNamespaces" array when making the webhook, those webhooks will turn up in "metafields" in "variants". ...
Hey guys just did this myself. As @Radixsecur1ty says, no, the only way is to get all the custom attributes first then submit the updated array. I thought I'd add that to get them from a webhook, you can include the field "note_attributes" in the web...
Hey guys - issue is there's no way to check for whether a product is digital or not in Liquid, but there are a few options:1. Check line_item requires_shipping2. Interrogate the order's shipping methods to see if it didn't need shipping3. Use a metaf...

Just adding that I'm wondering the same thing. I do expect we'll need to escape the :, e.g. `tag:variant/:*`, but beyond that my query is returning a lot less products than it should.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.