No content to show

User Activity

Is there a way to execute graphql queries directly at browser, but using my real data? Like we do in this link: https://shopify.dev/graphiql/admin-graphiql The problem is that when I execute queries in that link, I'm not able to get my real store dat...
Don't know if this helps, but I will share what I discovered with you and share my code adapted to what I needed  Imagine: I need to check if product XPTO is published at Online Store First of all, I get the GID of 'Online Store'. Get all channels, l...
Hello Yes, thanks. I had already posted the answer in other place and forgot to close this one.  From: Solved: Getting channels of product - Shopify Community { channels (first: 50){ edges{ node{ id name } } } ...
after hours with chat talking with support, and nobody knows and helps, I could publish the solution... Imagina that I needed to use deprecated fields because the fields that are supposed to be used, didn't work...  mutation publishablePublish($id: I...
after hours with chat talking with support, and nobody knows and helps, I could publish the solution... Imagina that I needed to use deprecated fields because the fields that are supposed to be used, didn't work... mutation publishablePublish($id: ID...
The solution to get all channels: Graphql { channels (first: 50){ edges{ node{ id name } } } } my server call: async function testinggetchannel() { try { //COST - 37 await getApiPoints(37); let m...
Where can I find the id of my channel? gid://shopify/Channel/[ID] 
Hello Is there a way to publish directy a product to all channels available?  mutation ProductCreate($input: ProductInput!, $media: [CreateMediaInput!] ) { productCreate(input: $input, media: $media) { userErrors { field message...
after all that time, is there an answer?
Thanks. It makes sense. But I'm sad there's no way to get that information more easily I have an easy situation to resolve. Just need to publish to all channels or remove from all channels (in a specific situation). But in the future I will need to d...
I know its not hepfull, but using "publicationCount" gives me the channels that are active If I disable the POS in a product, it counts 1If I active both, it counts 2 Still can't find the way to list the channels name and if activated or not (maybe s...
Is it possible to get the channels of a product? I already have the 2 permissions (publications and sales channel) to read and write I have an online store and POS and more than 200 products linked to both of themTried a lot of fields, cant find the ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to