Get Category List
GET {{baseUrl}}/category.list.json?start=<integer>&count=<integer>&parent_id=<string>¶ms=<string>&exclude=<string>&store_id=<string>&lang_id=<string>
Get list of categories from store. Returns 4 categories by default.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
parent_id | string | Retrieves categories specified by parent id | |
params | string | Set this parameter in order to choose which entity fields you want to retrieve | |
exclude | string | Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all | |
store_id | string | Defines store id where the webhook should be assigned | |
lang_id | string | Language id |