Search Categories
Given certain criteria, you may only want to show Categories of products that match these critera. With the Search Categories API you can filter for categories based on a filter query.
GET /catalog/categories/search/{query}
Get a list of categories of that match a given query. API Reference: Search Categories
Request
Required Path Parameters:
query property to search categories by their names.
Optional Query Parameters:
page
page number for categories you are requesting, if another page exists.
size
maximum number of items to return in this call.
Curl
Response
JSON
Was this page helpful?