ConsignmentDetailProductInformationModel.ProductModel

  • conversions
    Type: array object[] | null · ConsignmentDetailProductInformationModel.ProductModel.ConversionMetricResolutionModel[]

    A collection of conversion metrics for this consignment product.

    • metricResolution
      Type: integerenum

      Integer numbers.

      values
      • Compound = 1
      • Cascade = 2
    • metricResolutionName
      Type: string | null
    • metrics
      Type: array object[] | null · ConsignmentDetailProductInformationModel.ProductModel.ConversionMetricResolutionModel.MetricModel[]

      A collection of conversion metrics for this consignment product and conversion resolution.

  • id
    Type: stringFormat: uuid

    The ID of the consignment product.

  • transactions
    Type: array object[] | null · ConsignmentDetailProductInformationModel.ProductModel.TransactionModel[]

    A collection of transactions for this consignment product.

    • dateUtc
      Type: stringFormat: date

      The UTC date and time of the transaction.

    • inventoryReceiptId
      Type: stringFormat: uuid

      The inventory receipt Id of the transaction.

    • quantity
      Type: numberFormat: double

      The number of units of this transaction.

    • receivedDate
      Type: stringFormat: date

      The inventory received date, in local warehouse time.

    • receivedUtc
      Type: stringFormat: date

      The inventory received date, represented in UTC format.

    • type
      Type: integerenum

      Integer numbers.

      values
      • Adjustment = 1
      • Transfer = 2
      • Receive = 3
      • Hold = 4
      • Pick = 5
      • Dispatch = 6
    • volumeM3
      Type: numberFormat: double

      The total volume of this transaction, in M3.

    • weightKG
      Type: numberFormat: double

      The total weight of this transaction, in kilograms.