products
No description
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!
Arguments
products.term ● String scalar
Product search term
products.manufacturer ● [String!] list scalar
List of product manufacturers
products.supplierCode ● [String!] list scalar
List of product supplier codes
products.supplier ● [String!] list scalar
List of product suppliers
products.manufacturerCode ● [String!] list scalar
List of product manufacturer codes
products.EANCode ● [String!] list scalar
List of product EAN codes
products.id ● [Int!] list scalar
List of unique product identifiers
products.classId ● [Int!] list scalar
List of unique class identifier
products.class ● ProductClass enum
Product class
products.tag ● [String!] list scalar
List of product tags
products.language ● String! non-null scalar
Product language
products.page ● Int! non-null scalar
Pagination page number [default=1]
products.offset ● Int! non-null scalar
Pagination offset number [default=12]
products.textFilters ● [TextFilterInput!] list input
List of text filters
products.rangeFilters ● [RangeFilterInput!] list input
List of range filters
products.price ● PriceFilterInput input
Product price filter
products.status ● [ProductStatus!] list enum
List of product status filters
products.hidden ● Boolean scalar
Is product hidden?
products.sort ● [SortInput!] list input
List of product sort filters
products.searchFields ● [SearchFieldsInput!] list input
Product supplier code
products.hasBundle ● YesNo enum
Product supplier code
products.isBundleLeader ● YesNo enum
Product supplier code
products.parentSlug ● String scalar
Product parent slug
products.pathSlug ● String scalar
Product path slug
products.userId ● Int scalar
Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.
products.path ● String scalar
Product path
products.categoryId ● Int scalar
Product unique category identifier
products.sku ● [String!] list scalar
List of product SKUs
products.getDescendants ● Boolean scalar
Get all descending products (true) or only the direct child products (false) of the given categoryId when supplied.