ConsignmentImportCreateModel.ProductModel

  • attributes
    Type: array object[] | null · ConsignmentImportCreateModel.ProductModel.AttributeModel[]

    A collection of the attributes to describe the product

    • description
      Type: string | null
    • name
      Type: string | null
  • batch
    Type: string | null

    The batch number of the product.

  • bestBeforeDate
    Type: string | nullFormat: date-time

    This product's best before date.

  • criticalStockStatus
    Type: integerenum

    Integer numbers.

    values
    • CriticalStock = 1
    • NonCriticalStock = 2
  • expiryDate
    Type: string | nullFormat: date-time

    This product's expiry date.

  • goodsDescription
    Type: string | null

    A brief description of the product.

  • isManualReconciliationRequired
    Type: boolean

    If this product requires manual import reconciliation

  • items
    Type: array object[] | null · ConsignmentImportCreateModel.ProductModel.ItemModel[]

    A collection of the items to contained in the product group

    • quantity
      Type: numberFormat: double

      The number of physical units of the product included in the consignment, must be 1 for serial products

    • serial
      Type: string | null

      The serial number of the item

    • volumeM3
      Type: number | nullFormat: double

      The total volume of the item, in M3.

    • weightKG
      Type: number | nullFormat: double

      The total weight of the item, in kilograms.

  • logisticUnitReferenceNumber
    Type: string | null

    This product's pallet's reference number

  • logisticUnitSsccNumber
    Type: string | null

    This product's pallet's SSCC number

  • packagingDate
    Type: string | nullFormat: date-time

    This product's packaging date.

  • productCode
    Type: string | null

    The product code.

  • productionDate
    Type: string | nullFormat: date-time

    This product's production date.

  • sellByDate
    Type: string | nullFormat: date-time

    This product's sell by date.