OrderLineBaseUnit
type OrderLineBaseUnit {
baseAmount: Float!
type: ProductUnitTypeEnum!
unit: OrderLineVariantUnitType
}
Fields
It is the amount of the unit.
It is the type of the unit of the variant.
It is the amount of the unit.
type OrderLineBaseUnit {
baseAmount: Float!
type: ProductUnitTypeEnum!
unit: OrderLineVariantUnitType
}
It is the amount of the unit.
It is the type of the unit of the variant.
It is the amount of the unit.