OrderLineVariantPrice
type OrderLineVariantPrice {
buyPrice: Float
currency: String
currencySymbol: String
discountPrice: Float
priceListId: String
sellPrice: Float!
unitPrice: Float
}
Fields
buyPriceFloatIt is the buy price of variant.
currencyStringIt is the currency code of variant.
currencySymbolStringdiscountPriceFloatIt is the discount price of variant.
priceListIdStringIt is the id of the price list to which the variant is associated.
It is the sell price of variant.
unitPriceFloatIt is the unit price of variant.