GitHub

UnitPriceMeasurementMeasuredType

The accepted types of unit of measurement.

import { UnitPriceMeasurementMeasuredType } from '@daffodil/driver/shopify'
enum UnitPriceMeasurementMeasuredType {
  Area = 'AREA',
  Length = 'LENGTH',
  Volume = 'VOLUME',
  Weight = 'WEIGHT',
}