BomCreateBomItemInput
BOM items are the components of a product.
input BomCreateBomItemInput {
designators: [String!]!
elements: [BomCreateBomItemElementInput!]!
extraQuantity: Int
quantity: Int!
}
Fields
BomCreateBomItemInput.designators ● [String!]! non-null scalar
A list of designators that specify the placements of the item within the schematic.
BomCreateBomItemInput.elements ● [BomCreateBomItemElementInput!]! non-null input
All elements that could be used for this item.
BomCreateBomItemInput.extraQuantity ● Int scalar
Extra quantity of the item to order. This is added to the product of 'Quantity' and 'BOM Production Quantity' to calculate the 'Total Quantity'.
BomCreateBomItemInput.quantity ● Int! non-null scalar
The quantity of the item required to produce one unit.