Typescript SDK Type Docs
    Preparing search index...

    Interface Parcel

    interface Parcel {
        createdAt: string;
        custom?: Custom;
        id: string;
        items?: DeliveryItem[];
        measurements?: ParcelMeasurements;
        trackingData?: TrackingData;
    }
    Index

    Properties

    createdAt: string

    Date and time (UTC) the Parcel was created.

    custom?: Custom

    Custom Fields of the Parcel.

    id: string

    Unique identifier of the Parcel.

    items?: DeliveryItem[]

    Line Items or Custom Line Items delivered in this Parcel.

    measurements?: ParcelMeasurements

    Information about the dimensions of the Parcel.

    trackingData?: TrackingData

    Shipment tracking information of the Parcel.