PartnerReferenceLogisticsUnit

One logistics unit. Server-side, each entry produces its own references row keyed by <outer reference.code>-<code> (joined with a -), plus a reference_box_types junction row resolving box_type_code against the shared box_types dictionary.

  • code
    Type: string
    max length:  
    32
    required

    Partner logistics-unit code (scoped to this reference, e.g. 01).

  • net_weight
    required

    Net weight of the logistics unit in kg. Accepts string ("4.20") or number (4.20).

    • Type: string

      Net weight of the logistics unit in kg. Accepts string ("4.20") or number (4.20).

  • pieces_per_unit
    required

    Number of consumer units per logistics unit. Accepts string ("12") or integer (12).

    • Type: string

      Number of consumer units per logistics unit. Accepts string ("12") or integer (12).

  • box_type_code
    Type: string
    max length:  
    32

    Short code for the physical box type (e.g. CRT, COL, 2PL). Resolved against box_types.external_code; auto-created if unknown. Optional — omit when the logistics unit has no physical container.

  • units_per_pallet

    Average number of logistics units per pallet. Accepts string ("144") or integer (144).

    • Type: string

      Average number of logistics units per pallet. Accepts string ("144") or integer (144).