Interface: ShipmentCreateInput
Defined in: type/ShipmentCreateInput.ts:8
Input object for ShipmentCreateInput
Properties
expectedDeliveryAt?
optionalexpectedDeliveryAt?:string
Defined in: type/ShipmentCreateInput.ts:12
Expected delivery at date
items?
optionalitems?:ShipmentCreateItemInput[]
Defined in: type/ShipmentCreateInput.ts:16
Shipment items
orderId
orderId:
number
Defined in: type/ShipmentCreateInput.ts:10
The ID of the Order the shipment belongs to
sources?
optionalsources?:SourceInput[]
Defined in: type/ShipmentCreateInput.ts:23
List of shipment sources.
Identifies the origin system or channel of this shipment. Useful for matching a shipment to an external record when updating.
status?
optionalstatus?:ShipmentStatus
Defined in: type/ShipmentCreateInput.ts:14
Shipment status
trackAndTraces?
optionaltrackAndTraces?:ShipmentCreateTrackAndTraceInput[]
Defined in: type/ShipmentCreateInput.ts:18
Track and traces