Interface MerchantFulfillmentApiModelLiquidVolume

Liquid volume.

LiquidVolume

interface MerchantFulfillmentApiModelLiquidVolume {
    Unit:
        | MerchantFulfillmentApiModelLiquidVolumeUnitEnum
        | "ML"
        | "L"
        | "FL_OZ"
        | "GAL"
        | "PT"
        | "QT"
        | "C";
    Value: number;
}

Properties

Properties

Unit:
    | MerchantFulfillmentApiModelLiquidVolumeUnitEnum
    | "ML"
    | "L"
    | "FL_OZ"
    | "GAL"
    | "PT"
    | "QT"
    | "C"

The unit of measurement.

LiquidVolume

Value: number

The measurement value.

LiquidVolume

MMNEPVFCICPMFPCPTTAAATR