FavoriteList
No description
type FavoriteList {
id: ID!
name: String!
companyId: Int
contactId: Int
customerId: Int
isDefault: Boolean!
slug: String!
createdAt: DateTime!
updatedAt: DateTime!
products(
term: String
manufacturer: [String!]
supplierCode: [String!]
supplier: [String!]
manufacturerCode: [String!]
EANCode: [String!]
id: [Int!]
classId: [Int!]
class: ProductClass
tag: [String!]
language: String! = NL
page: Int! = 1
offset: Int! = 12
textFilters: [TextFilterInput!]
rangeFilters: [RangeFilterInput!]
price: PriceFilterInput
status: [ProductStatus!] = [A]
hidden: Boolean
sort: [SortInput!]
searchFields: [SearchFieldsInput!]
hasBundle: YesNo
isBundleLeader: YesNo
parentSlug: String
pathSlug: String
userId: Int
path: String
categoryId: Int
sku: [String!]
getDescendants: Boolean = true
): ProductsResponse
clusters(
term: String
manufacturer: [String!]
supplierCode: [String!]
supplier: [String!]
manufacturerCode: [String!]
EANCode: [String!]
id: [Int!]
classId: [Int!]
class: ProductClass
tag: [String!]
language: String! = NL
page: Int! = 1
offset: Int! = 12
textFilters: [TextFilterInput!]
rangeFilters: [RangeFilterInput!]
price: PriceFilterInput
status: [ProductStatus!] = [A]
hidden: Boolean
sort: [SortInput!]
searchFields: [SearchFieldsInput!]
hasBundle: YesNo
isBundleLeader: YesNo
parentSlug: String
pathSlug: String
userId: Int
path: String
categoryId: Int
sku: [String!]
getDescendants: Boolean = true
): ProductsResponse
}
Fields
FavoriteList.id
● ID!
non-null scalar
Favorite List unique identifier
FavoriteList.name
● String!
non-null scalar
Favorite List name
FavoriteList.companyId
● Int
scalar
Favorite List company ID
FavoriteList.contactId
● Int
scalar
Favorite List contact ID
FavoriteList.customerId
● Int
scalar
Favorite List customer ID
FavoriteList.isDefault
● Boolean!
non-null scalar
Default Favorite List
FavoriteList.slug
● String!
non-null scalar
Favorite List slug
FavoriteList.createdAt
● DateTime!
non-null scalar
Favorite List date created
FavoriteList.updatedAt
● DateTime!
non-null scalar
Favorite List date modified
FavoriteList.products
● ProductsResponse
object
FavoriteList.products.term
●String
scalarProduct search term
FavoriteList.products.manufacturer
● [String!]
list scalar
List of product manufacturers
FavoriteList.products.supplierCode
● [String!]
list scalar
List of product supplier codes
FavoriteList.products.supplier
● [String!]
list scalar
List of product suppliers
FavoriteList.products.manufacturerCode
● [String!]
list scalar
List of product manufacturer codes
FavoriteList.products.EANCode
● [String!]
list scalar
List of product EAN codes
FavoriteList.products.id
● [Int!]
list scalar
List of unique product identifiers
FavoriteList.products.classId
● [Int!]
list scalar
List of unique class identifier
FavoriteList.products.class
● ProductClass
enum
Product class
FavoriteList.products.tag
● [String!]
list scalar
List of product tags
FavoriteList.products.language
● String!
non-null scalar
Specify through which language to search in, has no effect on other returned fields (eg. name,slug)
FavoriteList.products.page
● Int!
non-null scalar
Pagination page number [default=1]
FavoriteList.products.offset
● Int!
non-null scalar
Pagination offset number [default=12]
FavoriteList.products.textFilters
● [TextFilterInput!]
list input
List of text filters
FavoriteList.products.rangeFilters
● [RangeFilterInput!]
list input
List of range filters
FavoriteList.products.price
● PriceFilterInput
input
Product price filter
FavoriteList.products.status
● [ProductStatus!]
list enum
List of product status filters
FavoriteList.products.hidden
● Boolean
scalar
Is product hidden?
FavoriteList.products.sort
● [SortInput!]
list input
List of product sort filters
FavoriteList.products.searchFields
● [SearchFieldsInput!]
list input
Product supplier code
FavoriteList.products.hasBundle
● YesNo
enum
Product supplier code
FavoriteList.products.isBundleLeader
● YesNo
enum
Product supplier code
FavoriteList.products.parentSlug
● String
scalar
Product parent slug
FavoriteList.products.pathSlug
● String
scalar
Product path slug
FavoriteList.products.userId
● Int
scalar
Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.
FavoriteList.products.path
● String
scalar
Product path
FavoriteList.products.categoryId
● Int
scalar
Product unique category identifier
FavoriteList.products.sku
● [String!]
list scalar
List of product SKUs
FavoriteList.products.getDescendants
● Boolean
scalar
Get all descending products (true) or only the direct child products (false) of the given categoryId when supplied.
FavoriteList.clusters
● ProductsResponse
object
FavoriteList.clusters.term
●String
scalarProduct search term
FavoriteList.clusters.manufacturer
● [String!]
list scalar
List of product manufacturers
FavoriteList.clusters.supplierCode
● [String!]
list scalar
List of product supplier codes
FavoriteList.clusters.supplier
● [String!]
list scalar
List of product suppliers
FavoriteList.clusters.manufacturerCode
● [String!]
list scalar
List of product manufacturer codes
FavoriteList.clusters.EANCode
● [String!]
list scalar
List of product EAN codes
FavoriteList.clusters.id
● [Int!]
list scalar
List of unique product identifiers
FavoriteList.clusters.classId
● [Int!]
list scalar
List of unique class identifier
FavoriteList.clusters.class
● ProductClass
enum
Product class
FavoriteList.clusters.tag
● [String!]
list scalar
List of product tags
FavoriteList.clusters.language
● String!
non-null scalar
Specify through which language to search in, has no effect on other returned fields (eg. name,slug)
FavoriteList.clusters.page
● Int!
non-null scalar
Pagination page number [default=1]
FavoriteList.clusters.offset
● Int!
non-null scalar
Pagination offset number [default=12]
FavoriteList.clusters.textFilters
● [TextFilterInput!]
list input
List of text filters
FavoriteList.clusters.rangeFilters
● [RangeFilterInput!]
list input
List of range filters
FavoriteList.clusters.price
● PriceFilterInput
input
Product price filter
FavoriteList.clusters.status
● [ProductStatus!]
list enum
List of product status filters
FavoriteList.clusters.hidden
● Boolean
scalar
Is product hidden?
FavoriteList.clusters.sort
● [SortInput!]
list input
List of product sort filters
FavoriteList.clusters.searchFields
● [SearchFieldsInput!]
list input
Product supplier code
FavoriteList.clusters.hasBundle
● YesNo
enum
Product supplier code
FavoriteList.clusters.isBundleLeader
● YesNo
enum
Product supplier code
FavoriteList.clusters.parentSlug
● String
scalar
Product parent slug
FavoriteList.clusters.pathSlug
● String
scalar
Product path slug
FavoriteList.clusters.userId
● Int
scalar
Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.
FavoriteList.clusters.path
● String
scalar
Product path
FavoriteList.clusters.categoryId
● Int
scalar
Product unique category identifier
FavoriteList.clusters.sku
● [String!]
list scalar
List of product SKUs
FavoriteList.clusters.getDescendants
● Boolean
scalar
Get all descending products (true) or only the direct child products (false) of the given categoryId when supplied.
Returned By
favoriteList
query ● favoriteListAddItems
mutation ● favoriteListClearItems
mutation ● favoriteListCreate
mutation ● favoriteListRemoveItems
mutation ● favoriteListUpdate
mutation
Member Of
FavoriteListsResponse
object