DesSupplierPrice
Price information from supplier.
type DesSupplierPrice {
breakQuantity: Int!
currency: String!
price: Decimal!
}
Fields
DesSupplierPrice.breakQuantity ● Int! non-null scalar
Supplier offer price break. A price break is when the cost per item is decreased when larger quantities are ordered.
DesSupplierPrice.currency ● String! non-null scalar
Currency of offer.
DesSupplierPrice.price ● Decimal! non-null scalar
Supplier offer price.