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.

If you query v1 model, businessUnitGroupIds filter parameter can be supplied. The filters businessUnitGroupId and businessUnitIds will be ignored if you query v1 model.

If you query v2 model, businessUnitGroupId and businessUnitIds filters can be supplied. The filter businessUnitGroupIds will be ignored if you query v2 model.

items(
searchTerm: String
first: Int
after: String
sort: SortingParamsInput
filter: FilteringParamsInput
): ItemsConnection

Arguments

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.

Type

ItemsConnection object

A connection to a list of items.