-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
schema/modelAPI Schema/Database Model/DTOAPI Schema/Database Model/DTO
Description
CategoryDto{
id | stringnullable: true |
---|---|
name | stringnullable: true |
description | stringnullable: true |
bottomDescription | stringnullable: true |
categoryLayoutId | stringnullable: true |
metaKeywords | stringnullable: true |
metaDescription | stringnullable: true |
metaTitle | stringnullable: true |
seName | stringnullable: true |
parentCategoryId | stringnullable: true |
pictureId | stringnullable: true |
pageSize | integer($int32) |
allowCustomersToSelectPageSize | boolean |
pageSizeOptions | stringnullable: true |
showOnHomePage | boolean |
featuredProductsOnHomePage | boolean |
includeInMenu | boolean |
published | boolean |
displayOrder | integer($int32) |
externalId | stringnullable: true |
flag | stringnullable: true |
flagStyle | stringnullable: true |
icon | stringnullable: true |
hideOnCatalog | boolean |
showOnSearchBox | boolean |
searchBoxDisplayOrder | integer($int32) |
}
Metadata
Metadata
Labels
schema/modelAPI Schema/Database Model/DTOAPI Schema/Database Model/DTO