No content to show

User Activity

Hi, I need to get all active and published products by collection id. I know I can get all Active and published products by doing this:{ products (first:50, query:"status:active AND published_status:published") { nodes { id, title, ...
For anyone interested in the solution. I've found that the site name was changed recently.For some reason, the REST API works with the new store domain newName.myshopify.com but GraphQL API does not.  I got it working using the old store domain oldNa...
More info about it:I've tried to call SpaceX Graphql with the same structure, and it worked:  const urlSpaceX = 'https://spacex-production.up.railway.app/'; const querySpaceX = ` { company { ceo } roadster { apoapsis_au ...
Hi, I can't get products using Graphql (I'm always getting a 404), but I can get them using the REST API.I have tested the query in Shopify's Graphql explorer. I really don't know what else I can do. Thanks in advance. This is my code:getProductsUsin...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From