Implement Category pages
API Requests
Using category ID and category path
Query
query {
search(
accountId: "YOUR_ACCOUNT_ID"
products: {
categoryId: "123456789",
categoryPath: "Pants"
}
) {
products {
hits {
productId
name
url
imageUrl
price
}
total
size
}
}
}Using only category path
Query
Child category handling
Using custom filters
Query
Other features & implementation
Implement Search results pageAnalytics
Nosto Analytics
Last updated
Was this helpful?