additionalItemIds
This query is deprecated and will be removed on 01 Jan 2023. Use 'itemIdentifiers' query instead.
Accepts optional sorting and pagination arguments and returns the response containing single page of additional item ids, 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.
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.
additionalItemIds(
first: Int
after: String
searchTerm: String
sort: SortingParamsInput
filter: FilteringParamsInput
): AdditionalItemIdsConnection @deprecated
Arguments
additionalItemIds.first
● Int
scalar
Returns the first n elements from the list.
additionalItemIds.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
additionalItemIds.searchTerm
● String
scalar
The search term to look for. Refer to this documentation article for more information about search term capabilities.
additionalItemIds.sort
● SortingParamsInput
input
Sorting ASC or DESC on the provided field.
additionalItemIds.filter
● FilteringParamsInput
input
Filtering the result set. Only results matching the searchTerm AND this filter will be returned.
Type
AdditionalItemIdsConnection
object
A connection to a list of items.