Skip to main content

Orderlist

No description

type Orderlist {
id: Int!
createdAt: DateTime!
lastModifiedAt: DateTime!
descriptions: [LocalizedString!]!
type: OrderlistType!
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
users: [IBaseUser!]
companies: [Company!]
}

Fields

Orderlist.id ● Int! non-null scalar

Orderlist primary identifier

Orderlist.createdAt ● DateTime! non-null scalar

Orderlist creation date

Orderlist.lastModifiedAt ● DateTime! non-null scalar

Orderlist last modified date

Orderlist.descriptions ● [LocalizedString!]! non-null object

Orderlist.type ● OrderlistType! non-null enum

Orderlist type

Orderlist.products ● ProductsResponse object

Orderlist.products.term ● String scalar

Product search term

Orderlist.products.manufacturer ● [String!] list scalar

List of product manufacturers

Orderlist.products.supplierCode ● [String!] list scalar

List of product supplier codes

Orderlist.products.supplier ● [String!] list scalar

List of product suppliers

Orderlist.products.manufacturerCode ● [String!] list scalar

List of product manufacturer codes

Orderlist.products.EANCode ● [String!] list scalar

List of product EAN codes

Orderlist.products.id ● [Int!] list scalar

List of unique product identifiers

Orderlist.products.classId ● [Int!] list scalar

List of unique class identifier

Orderlist.products.class ● ProductClass enum

Product class

Orderlist.products.tag ● [String!] list scalar

List of product tags

Orderlist.products.language ● String! non-null scalar

Specify through which language to search in, has no effect on other returned fields (eg. name,slug)

Orderlist.products.page ● Int! non-null scalar

Pagination page number [default=1]

Orderlist.products.offset ● Int! non-null scalar

Pagination offset number [default=12]

Orderlist.products.textFilters ● [TextFilterInput!] list input

List of text filters

Orderlist.products.rangeFilters ● [RangeFilterInput!] list input

List of range filters

Orderlist.products.price ● PriceFilterInput input

Product price filter

Orderlist.products.status ● [ProductStatus!] list enum

List of product status filters

Orderlist.products.hidden ● Boolean scalar

Is product hidden?

Orderlist.products.sort ● [SortInput!] list input

List of product sort filters

Orderlist.products.searchFields ● [SearchFieldsInput!] list input

Product supplier code

Orderlist.products.hasBundle ● YesNo enum

Product supplier code

Orderlist.products.isBundleLeader ● YesNo enum

Product supplier code

Orderlist.products.parentSlug ● String scalar

Product parent slug

Orderlist.products.pathSlug ● String scalar

Product path slug

Orderlist.products.userId ● Int scalar

Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.

Orderlist.products.path ● String scalar

Product path

Orderlist.products.categoryId ● Int scalar

Product unique category identifier

Orderlist.products.sku ● [String!] list scalar

List of product SKUs

Orderlist.products.getDescendants ● Boolean scalar

Get all descending products (true) or only the direct child products (false) of the given categoryId when supplied.

Orderlist.clusters ● ProductsResponse object

Orderlist.clusters.term ● String scalar

Product search term

Orderlist.clusters.manufacturer ● [String!] list scalar

List of product manufacturers

Orderlist.clusters.supplierCode ● [String!] list scalar

List of product supplier codes

Orderlist.clusters.supplier ● [String!] list scalar

List of product suppliers

Orderlist.clusters.manufacturerCode ● [String!] list scalar

List of product manufacturer codes

Orderlist.clusters.EANCode ● [String!] list scalar

List of product EAN codes

Orderlist.clusters.id ● [Int!] list scalar

List of unique product identifiers

Orderlist.clusters.classId ● [Int!] list scalar

List of unique class identifier

Orderlist.clusters.class ● ProductClass enum

Product class

Orderlist.clusters.tag ● [String!] list scalar

List of product tags

Orderlist.clusters.language ● String! non-null scalar

Specify through which language to search in, has no effect on other returned fields (eg. name,slug)

Orderlist.clusters.page ● Int! non-null scalar

Pagination page number [default=1]

Orderlist.clusters.offset ● Int! non-null scalar

Pagination offset number [default=12]

Orderlist.clusters.textFilters ● [TextFilterInput!] list input

List of text filters

Orderlist.clusters.rangeFilters ● [RangeFilterInput!] list input

List of range filters

Orderlist.clusters.price ● PriceFilterInput input

Product price filter

Orderlist.clusters.status ● [ProductStatus!] list enum

List of product status filters

Orderlist.clusters.hidden ● Boolean scalar

Is product hidden?

Orderlist.clusters.sort ● [SortInput!] list input

List of product sort filters

Orderlist.clusters.searchFields ● [SearchFieldsInput!] list input

Product supplier code

Orderlist.clusters.hasBundle ● YesNo enum

Product supplier code

Orderlist.clusters.isBundleLeader ● YesNo enum

Product supplier code

Orderlist.clusters.parentSlug ● String scalar

Product parent slug

Orderlist.clusters.pathSlug ● String scalar

Product path slug

Orderlist.clusters.userId ● Int scalar

Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.

Orderlist.clusters.path ● String scalar

Product path

Orderlist.clusters.categoryId ● Int scalar

Product unique category identifier

Orderlist.clusters.sku ● [String!] list scalar

List of product SKUs

Orderlist.clusters.getDescendants ● Boolean scalar

Get all descending products (true) or only the direct child products (false) of the given categoryId when supplied.

Orderlist.users ● [IBaseUser!] list interface

Orderlist.companies ● [Company!] list object

Returned By

orderlist query ● orderlistAddItems mutation ● orderlistAssignCompanies mutation ● orderlistAssignUsers mutation ● orderlistCreate mutation ● orderlistRemoveItems mutation ● orderlistUnassignCompanies mutation ● orderlistUnassignUsers mutation ● orderlistUpdate mutation

Member Of

Company object ● Contact object ● Customer object ● OrderlistsResponse object