Get Children for Category

Get the children categories for given categoryId

Request

📘

Note

Default pageSize = 10
Default pageNumber = 1

ParameterNameDataTypeParameterTypeRequirementDescription
categoryIdIntegerQueryMandatoryId of the category for which children are required
pageNumberintQueryOptionalpageNumber used for pagination
pageSizeintQueryOptionalpageSize used for pagination

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartnerI Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload : List of CategoryDTO

CategoryDTO :

FieldNameDataTypeDescription
idIntegerCategory Id
nameStringCategory Name
productTypebooleanvalue false means category contains child categories.
categoryUrlStringcategoryUrl
parentCategoryCategoryDTOparentCategory
Language
Authorization