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

    The ListShipmentContentUpdatePreviews response.

    interface ListShipmentContentUpdatePreviewsResponse {
        contentUpdatePreviews: ContentUpdatePreview[];
        pagination?: Pagination;
    }
    Index

    Properties

    contentUpdatePreviews: ContentUpdatePreview[]

    A list of content update previews in a shipment.

    pagination?: Pagination