PartnerProductHeaderModel

  • barcode
    Type: string | null

    The Barcode of a product

  • code
    Type: string | null

    The product code.

  • dgFlashpointDegC
    Type: string | null

    The flash point of the dangerous good product in °C

  • dgHazchemEac
    Type: string | null

    The Hazchem Emergency Action Code of the dangerous good product

  • dgMarinePollutant
    Type: boolean | null

    Whether this dangerous good product is a 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

  • gtin
    Type: string | null

    The GTIN of a 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 mandatory for this 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 product name.

  • productGroupId
    Type: stringFormat: uuid

    The product group's ID.

  • productGroupName
    Type: string | null

    The product group's name.

  • productUnitTypeId
    Type: string | nullFormat: uuid

    The product unit type's ID.

  • productUnitTypeName
    Type: string | null

    The product unit type's name.

  • serialTrackingMode
    Type: integerenum

    Integer numbers.

    values
    • None = 1
    • FullCapture = 2
    • ReleaseCapture = 3
  • volumeM3
    Type: numberFormat: double

    The volume of the product, in M3.

  • weightKG
    Type: numberFormat: double

    The weight of the product, in kilograms.

  • widthMM
    Type: integer | nullFormat: int32

    The width of the product, in MM.