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.
- codeType: stringmax length:32required
Partner logistics-unit code (scoped to this reference, e.g.
01). - net
_weight requiredNet 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 requiredNumber 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).
- boxType: string
_type _code max length:32Short code for the physical box type (e.g.
CRT,COL,2PL). Resolved againstbox_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).