website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
Guides
🚀Quick Start
🏃‍♂️Utilizing Quick Checkout
👋Welcome to Violet's Docs
💡Concepts
🌐API Reference
✋Help
Docs powered by archbee 
3min

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 - A string that

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
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Get SKU information by ID
Docs powered by archbee 
TABLE OF CONTENTS
GET /catalog/categories/search/{query}