fetching products details with tags using storefront API data mismatch

fetching products details with tags using storefront API data mismatch

agkklm
Visitor
1 0 0

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? @

Replies 0 (0)