itemIdentifiersByItemId
This query is deprecated. Use 'itemIdentifiersByItem' query instead.
Accepts itemId, businessUnitGroupId, businessUnitId, optional sorting and filtering parameters and returns either all or first N Item Identifiers for specified item, business unit and/or business unit group.
By default excludes DELETED Item Identifiers. Might be changed if includeDeleted flag set to true.
itemIdentifiersByItemId(
itemId: String!
businessUnitGroupId: String
businessUnitId: String
first: Int
sort: SortingParamsInput
filter: ItemIdentifiersByItemIdFilteringParamsInput
): [ItemIdentifier] @deprecated
Arguments
itemIdentifiersByItemId.itemId
● String!
non-null scalar
The item identifier.
itemIdentifiersByItemId.businessUnitGroupId
● String
scalar
The business unit group identifier.
itemIdentifiersByItemId.businessUnitId
● String
scalar
The business unit identifier.
itemIdentifiersByItemId.first
● Int
scalar
The number of results to be returned. If not specified, all Item Identifiers will be returned.
itemIdentifiersByItemId.sort
● SortingParamsInput
input
The sorting parameters.
itemIdentifiersByItemId.filter
● ItemIdentifiersByItemIdFilteringParamsInput
input
The filtering parameters.
Type
ItemIdentifier
object
An Item Identifier represents an item identification code of some sort. Usually it is a barcode like a GTIN but it might be a Non-standard code for special use-cases or it might be a PLU code for specific PLU use-cases. It can also be a QR code or other machine registrable code.