Skip to main content

Interface: ShipmentCreateInput

Defined in: type/ShipmentCreateInput.ts:8

Input object for ShipmentCreateInput

Properties

expectedDeliveryAt?

optional expectedDeliveryAt?: string

Defined in: type/ShipmentCreateInput.ts:12

Expected delivery at date


items?

optional items?: 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?

optional sources?: 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?

optional status?: ShipmentStatus

Defined in: type/ShipmentCreateInput.ts:14

Shipment status


trackAndTraces?

optional trackAndTraces?: ShipmentCreateTrackAndTraceInput[]

Defined in: type/ShipmentCreateInput.ts:18

Track and traces