docs
  1. Storefront Api
  2. Resources
  3. Categories
  4. List Categories

List Categories

List categories

Query Parameters

ParameterDetails
shopId
integer
Example:
10001
ids
Array of integers
Default:
[]
Example:
123,456,789
integer
format
string
Enum:
tree
list
Default:
tree
Example:
tree
showHidden
boolean
depth
integer
Example:
3
with
Array of strings
Default:
children
Example:
parents,children
string

Header Parameters

ParameterDetails
X-Shop-Id
integer
Example:
10001

Responses

200
Request successful
application/json
Success
Array of object
400
Required query parameter missing / invalid
application/json
Error
401
Authentication information is missing or invalid
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
GET/v1/categories

Request samples

Response samples

200
Content type: application/json
Provide Feedback