ElRuberino
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎04-15-2022 01:47 PM
Topic Started
1
Topics Started
Topic Solutions
0
Solutions
Post Count
7
Posts
Post Kudos
5
Likes

Community Badges

No content to show

User Activity

Your variables are wrong. Are you looking at the right docs? It should look like this: { "metafields": [ { "ownerId": "Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=", "namespace": "placeholder", "key": "placeholder", "value": "placeh...
You're using the 2021-07 version of the API - this mutation only exists in the unstable versionNot sure if you can do that in the graphql explorer, but the endpoint is: https://{{ store_name }}.myshopify.com/admin/api/unstable/graphql.json
Hi @odeyan  The mutation and input are exactly as described in the docs.  The issue I was having was that the `type` param used to be called `valueType`, and the possible values have changed. If you take a look at the link in the accepted answer, tha...
You've probably moved on by now, but for anyone else finding this... The problem for me was the `mediaSrc` was set to `null` and that was causing an error - either omit it or set it to an empty array, and that should sort it. Not sure if anyone from ...
Hi @csam, thanks for getting back to me mutli-channel! I've replied to your email but just for anyone else who finds this... Yes, it was the new types - needed json instead of json_string. The complication was that the error message didn't contain an...
Hi, has anyone had any luck with the `metafieldsSet` mutation? https://shopify.dev/api/admin/graphql/reference/metafields/metafieldsset?api%5Bversion%5D=unstable Every time I try this I get an INTERNAL_SERVER_ERROR with a requestId but no error infor...
This widget could not be displayed.
This widget could not be displayed.
Helpful From