InventoryItemPageModel

  • index
    Type: integerFormat: int32

    The current page index.

  • items
    Type: array object[] | null · InventoryItemHeaderModel[]

    The collection of warehouse product items included in this page.

    • attributes
      Type: array object[] | null · Consignly.Shared.Server.Api.Models.Inventory.Item.InventoryItemHeaderModel+AttributeModel[]

      A collection of attributes of the inventory product item, if applicable.

      The product attribute model.

    • availableQuantity
      Type: numberFormat: double

      The quantity available.

    • availableVolumeM3
      Type: numberFormat: double

      The volume available in metres cubed.

    • availableWeightKG
      Type: numberFormat: double

      The weight available in kilograms.

    • batch
      Type: string | null

      The batch value.

    • bestBeforeDate
      Type: string | nullFormat: date

      The best before date.

    • dangerousGood
      Type: object
    • expiryDate
      Type: string | nullFormat: date

      The expiry date.

    • isSerialRequired
      Type: boolean
      read-only
    • logisticUnitNumber
      Type: string | null

      The number of logistic unit of the inventory product item, if applicable.

    • logisticUnitReferenceNumber
      Type: string | null

      The reference number of logistic unit of the inventory product item, if applicable.

    • logisticUnitSsccNumber
      Type: string | null

      The SSCC number of logistic unit of the inventory product item, if applicable.

    • onHandQuantity
      Type: numberFormat: double

      The quantity on hand.

    • onHandVolumeM3
      Type: numberFormat: double

      The volume on hand in metres cubed.

    • onHandWeightKG
      Type: numberFormat: double

      The weight on hand in kilograms.

    • packagingDate
      Type: string | nullFormat: date

      The packaging date.

    • partnerId
      Type: stringFormat: uuid

      The ID of partner.

    • partnerProductCode
      Type: string | null

      The partner product code.

    • partnerProductId
      Type: stringFormat: uuid

      The ID of partner product .

    • partnerProductName
      Type: string | null

      The partner product name.

    • productionDate
      Type: string | nullFormat: date

      The production date.

    • receivedUtc
      Type: stringFormat: date

      Date time when the product was received in UTC.

    • sellByDate
      Type: string | nullFormat: date

      The sell by date.

    • serial
      Type: string | null

      The serial of the warehouse product item.

    • serialTrackingMode
      Type: integerenum

      Integer numbers.

      values
      • None = 1
      • FullCapture = 2
      • ReleaseCapture = 3
    • warehouseLocationId
      Type: stringFormat: uuid

      The ID of the warehouse location of the inventory product item.

    • warehouseLocationName
      Type: string | null

      The name of the warehouse location of the inventory product item.

    • warehouseLocationType
      Type: integerenum

      Integer numbers.

      values
      • Racking = 1
      • Bulk = 2
      • Quarantine = 3
      • Transitional = 4
    • warehouseProductId
      Type: stringFormat: uuid

      The ID of the warehouse product.

    • warehouseProductItemId
      Type: stringFormat: uuid

      The ID of the warehouse product item.

  • total
    Type: integerFormat: int32

    The total number of results that matched the predicate.