Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I am using storefront API for listing the product details from my store to a custom designed page in my website.
{
products(first: 240, query: "tag:Hamburg") {
edges {
cursor
node {
id
tags
description
availableForSale
handle
title
}
}
}
}
This one should return the products with tags "Hamburg".
Actually there is 235 records in backend admin panel.
But using storefront I am getting only 130 records. Cross checked the product details, there is no mismatch in tag details.
Anyone have an idea about this? @