BomItemElement
An element (part) that might be used for a particular BOM item.
interface BomItemElement {
attributeValues: [BomItemElementAttributeValue!]!
componentReference: BomComponentReference
description: String!
elementId: String!
issues: [BomIssue!]!
manufacturer: String!
mpn: String!
name: String!
partId: String
partReference: BomPartReference
selectedOffer: BomSelectedElementOffer
}
Fields
BomItemElement.attributeValues ● [BomItemElementAttributeValue!]! non-null interface
Values of custom element attributes.
BomItemElement.componentReference ● BomComponentReference object
A reference to a linked component.
BomItemElement.description ● String! non-null scalar
Description of the element.
BomItemElement.elementId ● String! non-null scalar
Unique ID of the element.
BomItemElement.issues ● [BomIssue!]! non-null object
Issues associated with the element.
BomItemElement.manufacturer ● String! non-null scalar
Manufacturer name.
BomItemElement.mpn ● String! non-null scalar
MPN stands for Manufacturer Part Number. It is a unique identifier issued by manufacturers that identifies individual products.
BomItemElement.name ● String! non-null scalar
Name of the element.
BomItemElement.partId ● String scalar
Identifier of the linked part.
BomItemElement.partReference ● BomPartReference union
A reference to a linked part.
BomItemElement.selectedOffer ● BomSelectedElementOffer object
Selected offer of the element.