Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
query {
products(first: 10, query: "title:Sides") {
pageInfo {
hasNextPage
hasPreviousPage
}
edges {
cursor
node {
id
handle
title
vendor
productType
tags
totalInventory
availableForSale
priceRange {
minVariantPrice {
amount
currencyCode
}
}
images(first: 10) {
edges {
node {
altText
originalSrc
transformedSrc
}}}}}}}
I have some product with title Sides, but i am not able to get the result from the api.
Hey @Jack_chen, would you be able to provide an example x-request-id header returned where this unexpected functionality is present? I would happy to take a look and pass back any insights I can - Cheers.
awwdam | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog