PartnerProductDetailModel.UnitConversionModel

  • barcode
    Type: string | null

    The barcode of the stocked item output unit type.

  • conversionRate
    Type: numberFormat: double

    The quantity of the input unit type that is equivalent to one output unit type

  • gtin
    Type: string | null

    The GTIN of the stocked item output unit type.

  • inputMetricType
    Type: integerenum

    Integer numbers.

    values
    • Item = 1
    • VirtualPallet = 2
    • UnitType = 3
  • inputUnitType
    Type: object
    • id
      Type: stringFormat: uuid

      The ID of the unit type.

    • name
      Type: string | null

      The name of the unit type.

    • status
      Type: integerenum

      Integer numbers.

      values
      • Active = 1
      • Inactive = 2
  • itemConversionRate
    Type: numberFormat: double

    The quantity of the stocked item that is equivalent to one output unit type

  • outputMetricType
    Type: integerenum

    Integer numbers.

    values
    • Item = 1
    • VirtualPallet = 2
    • UnitType = 3
  • outputUnitType
    Type: object
    • id
      Type: stringFormat: uuid

      The ID of the unit type.

    • name
      Type: string | null

      The name of the unit type.

    • status
      Type: integerenum

      Integer numbers.

      values
      • Active = 1
      • Inactive = 2