Magidoc

ShipmentUnit
Object

A ShipmentUnit is a single unit within a shipment, such as a pallet or box

Fields

#

id

ID !
Non-null

The unique identifier for the shipment unit

shipment

Non-null

The shipment that this unit is part of

shipmentId

ID !
Non-null

The Id of the shipment that this unit is part of

unitNumber

The number of the unit

type

Non-null

The type of unit

weight

The weight of the unit

dimensions

The dimensions of the unit

container

The container that holds this unit, if present

containerId

The Id of the container that holds this unit, if present

packages

[ Package !]!
Non-null

The packages that are part of this unit

createdAt

Non-null

The date the unit was created

updatedAt

Non-null

The date the unit was last updated

Usages

#

References

#