Skip to main content

completeItems

Search complete items for a given business unit or business unit group. NOTE: Max 9.999 results.

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

completeItems(
searchTerm: String
first: Int
after: String
sort: SortingParamsInput
filter: CompleteItemsFilteringParamsInput
): CompleteItemsConnection

Arguments

completeItems.searchTerm ● String scalar

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

completeItems.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.

completeItems.after ● String scalar

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

completeItems.sort ● SortingParamsInput input

Sorting ASC or DESC on the provided field.

completeItems.filter ● CompleteItemsFilteringParamsInput input

Filtering options for the returned complete items.

Type

CompleteItemsConnection object

A connection to a list of items.