PartnerProductDetailModel

  • barcode
    Type: string | null

    The barcode of the partner product.

  • batchUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • bestBeforeDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • code
    Type: string | null

    The code identifying the partner product.

  • dgFlashpointDegC
    Type: string | null

    The flashpoint, in degrees celsius, of the dangerous good product

  • dgHazardClasses
    Type: array object[] | null ยท PartnerProductDetailModel.DgHazardClassModel[]

    The hazard classifications of the dangerous good product

    • dgHazardCategory
      Type: object
    • dgHazardClass
      Type: object
    • dgStandard
      Type: integerenum

      Integer numbers.

      values
      • NewZealand_Ghs7 = 1
      • Australia_Ghs7 = 2
      • NewZealand_Dg2005 = 3
      • Australia_AdgCode = 4
  • dgHazchemEac
    Type: string | null

    The Hazchem Emergency Action Code of the dangerous good product

  • dgMarinePollutant
    Type: boolean | null

    If the dangerous good product is marine pollutant

  • dgPackagingGroup
    Type: integerenum

    Integer numbers.

    values
    • I = 1
    • II = 2
    • III = 3
  • dgPhLevel
    Type: number | nullFormat: double

    The PH level of the dangerous good product

  • dgProperShippingName
    Type: string | null

    The proper shipping name of the dangerous good product

  • dgTechnicalName
    Type: string | null

    The technical name of the dangerous good product

  • dgUnNumber
    Type: string | null

    The UN number of the dangerous good product

  • expiryUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • gtin
    Type: string | null

    The GTIN of the partner product.

  • heightMM
    Type: integer | nullFormat: int32

    The height of the product, in MM.

  • id
    Type: stringFormat: uuid

    The ID of the partner product.

  • isDangerousGood
    Type: boolean

    Whether this partner product is a dangerous good

  • isSerialRequired
    Type: boolean
    read-only

    Whether serial numbers are supported for this partner product.

  • isVolumeAutoCalculated
    Type: boolean

    Whether the volume of the product was calculated automatically using length, height and width dimensions.

  • lengthMM
    Type: integer | nullFormat: int32

    The length of the product, in MM.

  • name
    Type: string | null

    The name of the partner product.

  • packagingDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • pickInstructions
    Type: string | null

    The pick instructions for this partner product.

  • productGroup
    Type: object
    • id
      Type: stringFormat: uuid

      The ID of the product group.

    • name
      Type: string | null

      The name of the product group.

  • productionDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • productUnitType
    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
  • receiveInstructions
    Type: string | null

    The receive instructions for this partner product.

  • sellByDateUsage
    Type: integerenum

    Integer numbers.

    values
    • Hidden = 1
    • Optional = 2
    • Required = 3
  • serialTrackingMode
    Type: integerenum

    Integer numbers.

    values
    • None = 1
    • FullCapture = 2
    • ReleaseCapture = 3
  • status
    Type: integerenum

    Integer numbers.

    values
    • Active = 1
    • Inactive = 2
  • unitConversions
    Type: array object[] | null ยท PartnerProductDetailModel.UnitConversionModel[]

    The unit conversions for the product

    • 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
    • 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
  • unitType
    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
  • volumeM3
    Type: numberFormat: double

    The volume of the partner product, in M3.

  • weightKG
    Type: numberFormat: double

    The weight of the partner product, in kilograms.

  • widthMM
    Type: integer | nullFormat: int32

    The width of the product, in MM.