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