Skip to main content

OrderLineVariantPrice

type OrderLineVariantPrice {
buyPrice: Float
currency: String
currencySymbol: String
discountPrice: Float
priceListId: String
sellPrice: Float!
unitPrice: Float
}

Fields

buyPriceFloat

It is the buy price of variant.

currencyString

It is the currency code of variant.

currencySymbolString
discountPriceFloat

It is the discount price of variant.

priceListIdString

It is the id of the price list to which the variant is associated.

sellPriceFloat!required

It is the sell price of variant.

unitPriceFloat

It is the unit price of variant.