ProductPrice
type ProductPrice {
buyPrice: Float
currency: String
currencyCode: String
currencySymbol: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}
Fields
buyPrice
FloatBuy price of product.
currency
StringCurrency for the price of product.
currencyCode
StringcurrencySymbol
StringdiscountPrice
FloatDiscount price of product.
priceListId
StringId of the price list that the product belongs to.
Sell price of product.