Number of APIs: 5
GET https://api.ecartapi.com/api/v2/categories
Searches for all the available categories.
GET https://api.ecartapi.com/api/v2/categories/{{id}}
Searches for the selected category and shows detailed information. Important information:
POST https://api.ecartapi.com/api/v2/categories
Creates a new category.
PUT https://api.ecartapi.com/api/v2/categories/{{id}}
Update the selected category information. Important information:
DELETE https://api.ecartapi.com/api/v2/categories/{{id}}
Permanently deletes the selected category. Important information:
ENDPOINTS