Skip to main content

ProductPrice

type ProductPrice {
buyPrice: Float
currency: String
currencyCode: String
currencySymbol: String
discountPrice: Float
priceListId: String
sellPrice: Float!
}

Fields

buyPriceFloat

Buy price of product.

currencyString

Currency for the price of product.

currencyCodeString
currencySymbolString
discountPriceFloat

Discount price of product.

priceListIdString

Id of the price list that the product belongs to.

sellPriceFloat!required

Sell price of product.