Skip to main content

items

Search for collection of Items. NOTE: Max 9.999 results.

By default excludes DELETED items. Might be changed if includeDeleted flag set to true.

BusinessUnitGroupId and businessUnitIds filters can be supplied.

items(
businessUnitGroupId: String
businessUnitId: String
searchTerm: String
first: Int
after: String
sort: SortingParamsInput
filter: FilteringParamsInput
facetingParams: FacetingParamsInput
): ItemsConnection

Arguments

items.businessUnitGroupId ● String scalar

The ID of the business unit group to narrow the search down.

items.businessUnitId ● String scalar

The ID of the business unit to narrow the search down.

items.searchTerm ● String scalar

The search term to look for. Refer to this documentation article for more information about search term capabilities.

items.first ● Int scalar

The number of results to be returned. For next page of results, note the cursorID in the response and use that together with the 'after' input parameter.

items.after ● String scalar

Page ID (Cursor) if several pages of results are needed. Use together with 'first' input parameter.

items.sort ● SortingParamsInput input

Sorting ASC or DESC on the provided field.

items.filter ● FilteringParamsInput input

Filtering the result set. Only results matching the query AND this filter will be returned.

items.facetingParams ● FacetingParamsInput input

Parameters of the faceting properties to be returned in the search result.

Type

ItemsConnection object

Extensions of the ItemsConnection type.