Skip to main content

Interface: Shipment

Defined in: type/Shipment.ts:8

Object class for Shipment

Properties

createdAt

createdAt: string

Defined in: type/Shipment.ts:12

Creation date


expectedDeliveryAt?

optional expectedDeliveryAt?: string

Defined in: type/Shipment.ts:16

Expected delivery date


id

id: string

Defined in: type/Shipment.ts:10

Unique identifier


items?

optional items?: ShipmentItem[]

Defined in: type/Shipment.ts:22

Shipment items


lastModifiedAt

lastModifiedAt: string

Defined in: type/Shipment.ts:14

Last modified date


orderId

orderId: number

Defined in: type/Shipment.ts:20

The ID of the Order the shipment belongs to


sources

sources: Source[]

Defined in: type/Shipment.ts:29

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/Shipment.ts:18

Shipment status


trackAndTraces?

optional trackAndTraces?: TrackAndTrace[]

Defined in: type/Shipment.ts:24

Track and traces