itemIdentifiers
Accepts optional sorting and pagination arguments and returns the response containing single page of Item Identifiers, with additional technical information used for inter page navigation. NOTE: Max 9.999 results.
By default excludes DELETED Item Identifiers. Might be changed if includeDeleted flag set to true.
itemIdentifiers(
first: Int
after: String
searchTerm: String
sort: SortingParamsInput
filter: ItemIdentifiersFilteringParamsInput
): ItemIdentifiersConnection
Arguments
itemIdentifiers.first
● Int
scalar
Returns the first n elements from the list.
itemIdentifiers.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
itemIdentifiers.searchTerm
● String
scalar
The search term to look for. Refer to this documentation article for more information about search term capabilities.
itemIdentifiers.sort
● SortingParamsInput
input
Sorting ASC or DESC on the provided field.
itemIdentifiers.filter
● ItemIdentifiersFilteringParamsInput
input
Filtering the result set. Only results matching the searchTerm AND this filter will be returned.
Type
ItemIdentifiersConnection
object
A connection to a list of items.