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

    The GenerateShipmentContentUpdatePreviews request.

    interface GenerateShipmentContentUpdatePreviewsRequest {
        boxes: BoxUpdateInput[];
        items: ItemInput[];
    }
    Index

    Properties

    Properties

    A list of boxes that will be present in the shipment after the update.

    items: ItemInput[]

    A list of all items that will be present in the shipment after the update.