Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    contentUpdatePreviewId: string

    Identifier of a content update preview.

    expiration: string

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

    requestedUpdates: RequestedUpdates
    transportationOption: TransportationOption