Typescript SDK Type Docs
    Preparing search index...

    Interface Delivery

    interface Delivery {
        address?: Address;
        createdAt: string;
        id: string;
        items: DeliveryItem[];
        parcels: Parcel[];
    }
    Index

    Properties

    address?: Address

    Address to which Parcels are delivered.

    createdAt: string

    Date and time (UTC) the Delivery was created.

    id: string

    Unique identifier of the Delivery.

    items: DeliveryItem[]

    Line Items or Custom Line Items that are delivered.

    parcels: Parcel[]

    Information regarding the appearance, content, and shipment of a Parcel.