Categories

Get all categories

GET https://yourwebsite.com/api/store/categories

{
    []
}

Get a category

GET https://yourwebsite.com/api/store/categories/<id>

{
    []
}

Last updated