Measurement information for an order item.

Measurement

interface OrdersApiModelMeasurement {
    Unit:
        | "INCHES"
        | "CENTIMETERS"
        | "POUNDS"
        | "KILOGRAMS"
        | OrdersApiModelMeasurementUnitEnum
        | "OUNCES"
        | "GRAMS"
        | "MILLIGRAMS"
        | "FEET"
        | "METERS"
        | "MILLIMETERS"
        | "SQUARE_METERS"
        | "SQUARE_CENTIMETERS"
        | "SQUARE_FEET"
        | "SQUARE_INCHES"
        | "GALLONS"
        | "PINTS"
        | "QUARTS"
        | "FLUID_OUNCES"
        | "LITERS"
        | "CUBIC_METERS"
        | "CUBIC_FEET"
        | "CUBIC_INCHES"
        | "CUBIC_CENTIMETERS"
        | "COUNT";
    Value: number;
}

Properties

Properties

Unit:
    | "INCHES"
    | "CENTIMETERS"
    | "POUNDS"
    | "KILOGRAMS"
    | OrdersApiModelMeasurementUnitEnum
    | "OUNCES"
    | "GRAMS"
    | "MILLIGRAMS"
    | "FEET"
    | "METERS"
    | "MILLIMETERS"
    | "SQUARE_METERS"
    | "SQUARE_CENTIMETERS"
    | "SQUARE_FEET"
    | "SQUARE_INCHES"
    | "GALLONS"
    | "PINTS"
    | "QUARTS"
    | "FLUID_OUNCES"
    | "LITERS"
    | "CUBIC_METERS"
    | "CUBIC_FEET"
    | "CUBIC_INCHES"
    | "CUBIC_CENTIMETERS"
    | "COUNT"

The unit of measure.

Measurement

Value: number

The measurement value.

Measurement

MMNEPVFCICPMFPCPTTAAATR