Interface: ShipmentCreateInput
Defined in: type/ShipmentCreateInput.ts:7
Input object for ShipmentCreateInput
Properties
expectedDeliveryAt?
optionalexpectedDeliveryAt?:string
Defined in: type/ShipmentCreateInput.ts:11
Expected delivery at date
items?
optionalitems?: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?
optionalstatus?:ShipmentStatus
Defined in: type/ShipmentCreateInput.ts:13
Shipment status
trackAndTraces?
optionaltrackAndTraces?:ShipmentCreateTrackAndTraceInput[]
Defined in: type/ShipmentCreateInput.ts:17
Track and traces