Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I want to get a stores name, description and logo. I am trying to do that by calling the shop query https://shopify.dev/docs/api/storefront/2024-04/objects/Shop#field-shop-brand.
const {
admin: { rest, graphql },
} = await authenticate.admin(request);
const query = `
{
shop {
name
description
brand {
logo {
image {
url
}
}
}
}
}
`;
const response = await graphql(query);
But I am getting the following error:
Error: Field 'brand' doesn't exist on type 'Shop'
Same issue here! Did you find a solution?
Thanks!
Hi, did you find the solution in the end?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025