Skip to main content

Interface: ShipmentCreateInput

Defined in: type/ShipmentCreateInput.ts:7

Input object for ShipmentCreateInput

Properties

expectedDeliveryAt?

optional expectedDeliveryAt?: string

Defined in: type/ShipmentCreateInput.ts:11

Expected delivery at date


items?

optional items?: ShipmentCreateItemInput[]

Defined in: type/ShipmentCreateInput.ts:15

Shipment items


orderId

orderId: number

Defined in: type/ShipmentCreateInput.ts:9

The ID of the Order the shipment belongs to


status?

optional status?: ShipmentStatus

Defined in: type/ShipmentCreateInput.ts:13

Shipment status


trackAndTraces?

optional trackAndTraces?: ShipmentCreateTrackAndTraceInput[]

Defined in: type/ShipmentCreateInput.ts:17

Track and traces