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