2 March 2026
SearchProduct catalog
We have fixed the validation of Product Search API activation for Projects. Before this fix, Projects that had activated and then deactivated the Product Search API could still receive responses to search requests.
You are affected by this change if the Product Search API is deactivated in your project but still actively used. Search requests for Projects with deactivated Product Search API now return an ObjectNotFound error.
{
"statusCode": 400,
"message": "Product Search API is not enabled for \"project-key\", if you intend to use it please enable indexing for Product Search API",
"errors": [
{
"code": "ObjectNotFound",
"message": "Product Search API is not enabled for \"project-key\", if you intend to use it please enable indexing for Product Search API"
}
]
}