ReDoc documentation

categories/{categoryId}

categories/{categoryId}

delete/V1/categories/{categoryId}

Delete category by identifier

Request
path Parameters
categoryId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
true

categories/{categoryId}

get/V1/categories/{categoryId}

Get info about category by category id

Request
path Parameters
categoryId
required
integer
query Parameters
storeId
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "id": 0,
  • "parent_id": 0,
  • "name": "string",
  • "is_active": true,
  • "position": 0,
  • "level": 0,
  • "children": "string",
  • "created_at": "string",
  • "updated_at": "string",
  • "path": "string",
  • "available_sort_by": [
    ],
  • "include_in_menu": true,
  • "extension_attributes": { },
  • "custom_attributes": [
    ]
}