Skip to main content

ProductPriceInput

type ProductPriceInput {
buyPrice: Float
currency: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}

Fields

buyPriceFloat
currencyString
discountPriceFloat
priceListIdString
sellPriceFloat!required