itemsByItemIds
Query 'itemsByItemIds' is deprecated. Use query 'items' with filter 'itemIds' instead.
Accepts itemIdsAsString (concatenated Item IDs with ',' as a separator) itemId, businessUnitGroupId, businessUnitId arguments and returns a list of Items.
Either businessUnitGroupId or businessUnitId argument must be supplied.
itemsByItemIds(
itemIdsAsString: String!
businessUnitGroupId: String
businessUnitId: String
includeDeleted: Boolean = false
): [Item] @deprecated
Arguments
itemsByItemIds.itemIdsAsString
● String!
non-null scalar
Concatenated Item IDs with ',' as a separator.
itemsByItemIds.businessUnitGroupId
● String
scalar
Business Unit Group ID.
itemsByItemIds.businessUnitId
● String
scalar
Business Unit ID.
itemsByItemIds.includeDeleted
● Boolean
scalar
Flag that specifies whether to include deleted items. false by default.
Type
Item
object
Any item upon which there is a need to retrieve pre-defined information and that may be priced, or ordered, or invoiced at any point in any supply chain. The item entity is the main entity for rapidly changing master data and is the base for most retail operations. A item can be of several types where a normal StockItem is the most common. Other types of items can be used to represent bundles of items, model definitions to related items of different sizes, colors, styles and fragrances.