Interface: ProductCategorySearchInput
Defined in: type/ProductCategorySearchInput.ts:7
Input object for ProductCategorySearchInput
Properties
hidden?
optionalhidden?:YesNo
Defined in: type/ProductCategorySearchInput.ts:17
Find categories by their hidden status
language?
optionallanguage?:string
Defined in: type/ProductCategorySearchInput.ts:11
The language to use when searching categories by name or slug. When omitted the categories default language is used
name?
optionalname?:string
Defined in: type/ProductCategorySearchInput.ts:9
Find categories by name
offset?
optionaloffset?:number
Defined in: type/ProductCategorySearchInput.ts:21
The amount of categories return per page
page?
optionalpage?:number
Defined in: type/ProductCategorySearchInput.ts:19
The page number to return
parentCategoryId?
optionalparentCategoryId?:number[]
Defined in: type/ProductCategorySearchInput.ts:15
Find categories by one or more parentCategoryIds
slug?
optionalslug?:string[]
Defined in: type/ProductCategorySearchInput.ts:13
Find categories by one or more slugs
sortField?
optionalsortField?:CategorySortableFields
Defined in: type/ProductCategorySearchInput.ts:23
Available sortable fields One of: [name, dateCreated, entityDateChanged]
sortOrder
sortOrder:
SortOrder
Defined in: type/ProductCategorySearchInput.ts:25
Sort ordering ['desc' or 'asc']