BomSelectedElementOfferItem
Selected element offer's item.
type BomSelectedElementOfferItem {
offerId: String!
offerReference: BomOfferReference
orderQuantity: Int!
sku: String
subtotalPrice: Decimal!
supplierName: String
supplierOfferUrl: String
}
Fields
BomSelectedElementOfferItem.offerId ● String! non-null scalar
Identifier of the offer.
BomSelectedElementOfferItem.offerReference ● BomOfferReference union
A reference to the offer.
BomSelectedElementOfferItem.orderQuantity ● Int! non-null scalar
The order quantity of this offer.
BomSelectedElementOfferItem.sku ● String scalar
SKU of the offer.
BomSelectedElementOfferItem.subtotalPrice ● Decimal! non-null scalar
The price of this offer.
BomSelectedElementOfferItem.supplierName ● String scalar
Name of the supplier.
BomSelectedElementOfferItem.supplierOfferUrl ● String scalar
The URL to the offer.