BomCreateBomItemElementInput
An element (part) that might be used for a particular BOM item.
input BomCreateBomItemElementInput {
attributeValues: [BomCreateBomItemElementAttributeInput!]
description: String
name: String
offer: BomCreateBomOfferReferenceInput
part: BomCreateBomPartReferenceInput!
}
Fields
BomCreateBomItemElementInput.attributeValues ● [BomCreateBomItemElementAttributeInput!] list input
Values of custom element attributes.
BomCreateBomItemElementInput.description ● String scalar
Description of the element.
BomCreateBomItemElementInput.name ● String scalar
Name of the element.
BomCreateBomItemElementInput.offer ● BomCreateBomOfferReferenceInput input
An offer selected for this element.
BomCreateBomItemElementInput.part ● BomCreateBomPartReferenceInput! non-null input
A part associated with this element.