Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hello everyone,
I'm trying to get two collections by theirs handle with the API search syntax.
But i can get only one collection and not two.
Maybe because only "title" is the supported filter parameter.
So how can i use the handle and get two or more collections.
API VERSION 2022-01
query {
collections(query: "(handle:first-handle) AND (handle:second-handle)" first: 5 ) {
edges {
node {
title
handle
}
}
}
}
Thanks to everyones