DesSupplierPart
Information about supplier and part offers.
type DesSupplierPart {
companyName: String!
partNumber: String!
prices: [DesSupplierPrice!]
stocks: [DesSupplierStock!]
}
Fields
DesSupplierPart.companyName ● String! non-null scalar
The supplier company name.
DesSupplierPart.partNumber ● String! non-null scalar
The part number (SKU).
DesSupplierPart.prices ● [DesSupplierPrice!] list object
Use prices and stocks with library components only, e.g. DesLibrary.components, desComponentById.
DesSupplierPart.stocks ● [DesSupplierStock!] list object
Use prices and stocks with library components only, e.g. DesLibrary.components, desComponentById.