Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 729 Bytes

CatalogMeasurementUnit.md

File metadata and controls

15 lines (8 loc) · 729 Bytes

CatalogMeasurementUnit

Description

Represents the unit used to measure a CatalogItemVariation and specifies the precision for decimal quantities.

Properties

Name Type Description Notes
measurementUnit MeasurementUnit Indicates the unit used to measure the quantity of a catalog item variation. [optional]
precision Integer Represents the maximum number of positions allowed after the decimal in quantities measured with this unit. For example, if the precision is 2, then an itemization’s quantity can be 0.01, 0.12, etc. Min: 0 Max: 5 Default: 3 [optional]