Skip to main content

BomItemAlternate

Alternate is a global replacement of a part by another in all BOMs where it's used.

type BomItemAlternate implements BomItemElement {
attributeValues: [BomItemElementAttributeValue!]!
componentReference: BomComponentReference
description: String!
elementId: String!
issues: [BomIssue!]!
manufacturer: String!
mpn: String!
name: String!
partId: String
partReference: BomPartReference
selectedOffer: BomSelectedElementOffer
}

Fields

BomItemAlternate.attributeValues ● [BomItemElementAttributeValue!]! non-null interface

Values of custom element attributes.

BomItemAlternate.componentReference ● BomComponentReference object

A reference to a linked component.

BomItemAlternate.description ● String! non-null scalar

Description of the element.

BomItemAlternate.elementId ● String! non-null scalar

Unique ID of the element.

BomItemAlternate.issues ● [BomIssue!]! non-null object

Issues associated with the element.

BomItemAlternate.manufacturer ● String! non-null scalar

Manufacturer name.

BomItemAlternate.mpn ● String! non-null scalar

MPN stands for Manufacturer Part Number. It is a unique identifier issued by manufacturers that identifies individual products.

BomItemAlternate.name ● String! non-null scalar

Name of the element.

BomItemAlternate.partId ● String scalar

Identifier of the linked part.

BomItemAlternate.partReference ● BomPartReference union

A reference to a linked part.

BomItemAlternate.selectedOffer ● BomSelectedElementOffer object

Selected offer of the element.

Interfaces

BomItemElement interface

An element (part) that might be used for a particular BOM item.