categories/{categoryId}

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

delete/V1/categories/{categoryId}
Response samples
true

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

get/V1/categories/{categoryId}
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": [
    ]
}