Skip to main content

OrderLineVariantBundleProductModel

type OrderLineVariantBundleProductModel {
id: String!
addToBundleBasePrice: Boolean
discountPrice: Float
discountRatio: Float
finalPrice: Float
order: Float!
price: Float!
quantity: Float!
taxValue: Float
variant: OrderLineBundleVariant!
}

Fields

idString!required
addToBundleBasePriceBoolean

It indicates whether the variant price within the package product will be reflected in the order line or not.

discountPriceFloat

It is the final price of the variant.

discountRatioFloat

It is the discount ratio of the variant.

finalPriceFloat

It is the final price of the variant.

orderFloat!required

Indicates the order of the product in the bundle.

priceFloat!required

It is the price of the variant.

quantityFloat!required

It is the quantity of the variant.

taxValueFloat

It is the tax value of the variant.

Information about the variant of the order line item.