item
Accepts itemId, businessUnitGroupId, businessUnitId arguments and returns a single item in response.
If you query v1 model, businessUnitGroupId argument must be supplied and businessUnitId argument will be ignored.
If you query v2 model, either businessUnitGroupId or businessUnitId argument must be supplied.
item(
itemId: String!
businessUnitGroupId: String
businessUnitId: String
): Item
Arguments
item.itemId
● String!
non-null scalar
The Item ID.
item.businessUnitGroupId
● String
scalar
Business unit group identifier.
item.businessUnitId
● String
scalar
Business unit identifier.
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.