FindWithoutRelationsOptions
FindWithoutRelationsOptions: DefaultWithoutRelations & { where: [DefaultWithoutRelations](/references/services/types/DefaultWithoutRelations-1)["where"] & { categories?: FindOptionsWhere<[ProductCategory](/references/services/classes/ProductCategory)> ; category_id?: [CategoryQueryParams](/references/services/types/CategoryQueryParams) ; discount_condition_id?: string ; include_category_children?: boolean ; price_list_id?: FindOperator<[PriceList](/references/services/classes/PriceList)> ; sales_channel_id?: FindOperator<[SalesChannel](/references/services/classes/SalesChannel)> ; tags?: FindOperator<[ProductTag](/references/services/classes/ProductTag)> } }
Was this section helpful?