Last updated 1 month ago
Was this helpful?
/api/v1/categories/
Search term to filter items by path name
Filter items by parent category ID
OK
curl -L \ --url '/api/v1/categories/' \ --header 'X-API-Key: YOUR_API_KEY'
[ { "id": 1, "name": "Caps", "path": "Fashion|Women|Caps", "parent_id": 123, "parent": 1 } ]