ProductPrice
type ProductPrice {
buyPrice: Float
currency: String
currencyCode: String
currencySymbol: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}
Fields
buyPriceFloatBuy price of product.
currencyStringCurrency for the price of product.
currencyCodeStringcurrencySymbolStringdiscountPriceFloatDiscount price of product.
priceListIdStringId of the price list that the product belongs to.
Sell price of product.