Logo
Ecartapi.com Public API Documentation

Supported Requests by Cart-Kometia-Categories

Number of APIs: 5


1. Get all categories

GET https://api.ecartapi.com/api/v2/categories

Searches for all the available categories.



2. Get selected category

GET https://api.ecartapi.com/api/v2/categories/{{id}}

Searches for the selected category and shows detailed information.

Important information:



3. Category

POST https://api.ecartapi.com/api/v2/categories

Creates a new category.



4. Category Update

PUT https://api.ecartapi.com/api/v2/categories/{{id}}

Update the selected category information.

Important information:



5. Category

DELETE https://api.ecartapi.com/api/v2/categories/{{id}}

Permanently deletes the selected category.

Important information:



ENDPOINTS