Get all available categories
GET https://api.ecartapi.com/api/v2/categories
FILTERS
</tbody>
Filter | Description |
ids | Filter categories by Id's provided |
limit | Limit size of the search |
page | Pagination number. |
sinceId | Filter categories since the Id given |
name | Filter categories by name |
productID | Filter by product id |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"categories":[{"id":"120089313380","name":"Custom Category Updated","description":null}]}