All tools
Free Tool
Shopify GraphQL Explorer
A curated library of production-ready Shopify GraphQL queries and mutations — covering products, orders, customers, B2B companies, inventory, collections, metafields, and webhooks. Copy and use directly.
Shopify GraphQL ExplorerFree
query GetProducts($first: Int!, $after: String) {
products(first: $first, after: $after) {
edges {
node {
id
title
handle
status
totalInventory
priceRangeV2 {
minVariantPrice { amount currencyCode }
maxVariantPrice { amount currencyCode }
}
featuredImage { url altText }
createdAt
updatedAt
}
cursor
}
pageInfo { hasNextPage endCursor }
}
}Shopify Admin API 2024-10 · All queries require appropriate access scopes
Need custom Shopify API integration work?
I work with Shopify merchants on performance, B2B, migrations, and custom development. Tell me what you're building.