Typescript SDK Type Docs
    Preparing search index...

    Interface ParcelItems

    interface ParcelItems {
        items?: DeliveryItem[];
        parcelId: string;
    }
    Index

    Properties

    Properties

    items?: DeliveryItem[]

    Items in the Parcel.

    parcelId: string

    id of an existing Parcel.