Skip to main content

GET Category by searching in category names

GET 

/v/ct/:searchWord

NOTE: This endpoint retrieves a list of active categories. It is designed specifically for integration with web stores, ensuring that only currently available and relevant products are displayed to end-users.
Ideal for storefronts or catalog pages that need to dynamically load and display categories that are currently active/enabled.

Provides the ability to get a list of categories that contain the specified search term (search word or phrase) in their names.

Returns


Specify a search term (word or phrase) and the endpoint will return information about categories that contain the specified search term in their names.

If no category matches the query, the resulting response contains only: "status" = "OK", indicating that the request was successfully sent and executed.

Request

Responses

success