No content to show
User Activity
11-14-2024
Hi! I'm trying to make a similar request in the Shopify GraphiQL App and the following warning is displayed in my response:There really are no such values for published_status in the manual: https://shopify.dev/docs/api/admin-graphql/2024-10/queries/...
Thank you for the help and additional information about the error. Perhaps something is indeed set up incorrectly. I'll try to figure it out.
Hi Liam!Yeap, the issue is still being observed. Here is the latest responses:{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: b3bdc992-1eed-4e7e-a005-b71c6c405440 (include this in suppo...
12-15-2023
There is a need to select products using the Admin API based on the value of a metafield. On the storefront, this is done using filter.p.m.somens.field1=value. It is also possible to do this within the Shopify admin interface (The 'Use as filter in a...
The query keeps failing with the errorRequest: {
metaobject(id:"gid://shopify/Metaobject/26780860486") {
id
type
referencedBy(first:1) {
edges {
node {
__typename
name
namespace
refe...