Preview of the changes that will be applied to the shipment.

ContentUpdatePreview

interface ContentUpdatePreview {
    contentUpdatePreviewId: string;
    expiration: string;
    requestedUpdates: RequestedUpdates;
    transportationOption: TransportationOption;
}

Properties

contentUpdatePreviewId: string

Identifier of a content update preview.

ContentUpdatePreview

expiration: string

The time at which the content update expires. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ss.sssZ.

ContentUpdatePreview

requestedUpdates: RequestedUpdates

ContentUpdatePreview

transportationOption: TransportationOption

ContentUpdatePreview